From 24e19081910be998aeaace78387466ebc60beb13 Mon Sep 17 00:00:00 2001 From: Josh Jeong Date: Thu, 19 Sep 2019 08:38:29 -0700 Subject: [PATCH] Fix format for horizontal icon list --- components/list.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/list.css b/components/list.css index 998a0004..1b64fe6a 100755 --- a/components/list.css +++ b/components/list.css @@ -306,6 +306,7 @@ ol.ui.list ol li, .ui.horizontal.list > .item > .icon + .content { float: none; display: inline-block; + width: auto; } @@ -950,4 +951,3 @@ ol.ui.horizontal.list li:before, /******************************* User Variable Overrides *******************************/ -