diff --git a/src/standalone/styles/topbar.less b/src/standalone/styles/topbar.less index 217b11019a8..189eab5ff41 100644 --- a/src/standalone/styles/topbar.less +++ b/src/standalone/styles/topbar.less @@ -54,9 +54,6 @@ max-height: 500px; flex-wrap: wrap; margin: 1.7em 0 0!important; - li { - flex:22%; - } } } @@ -107,7 +104,7 @@ vertical-align: text-top; } } - + .modal { font-family: sans-serif; @@ -133,7 +130,7 @@ .modal-message { margin: 1.75em 2em; font-size: 1.1em; - + p { line-height: 1.3; } diff --git a/src/styles/_dropdown-menu.less b/src/styles/_dropdown-menu.less index ca22eaac599..7700404fab3 100644 --- a/src/styles/_dropdown-menu.less +++ b/src/styles/_dropdown-menu.less @@ -436,10 +436,6 @@ max-height: 500px; flex-wrap: wrap; margin: 1.7rem 0 0 !important; - - li { - flex: 22%; - } } }