From d5b4ec525550f19267970527e7cb9f74e89604cd Mon Sep 17 00:00:00 2001 From: Sam El-Husseini <16690124+samelhusseini@users.noreply.github.com> Date: Mon, 9 Apr 2018 16:26:46 -0700 Subject: [PATCH] Center align the toggle buttons (#473) --- theme/style.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/style.less b/theme/style.less index 4432bee9..8accbcfe 100644 --- a/theme/style.less +++ b/theme/style.less @@ -79,6 +79,9 @@ } .menubar .ui.menu.fixed .ui.item.editor-menuitem .item { border-radius: 0px !important; + display: flex; + justify-content: center; + align-items: center; } .menubar .ui.menu.fixed .ui.item.editor-menuitem .item.active { color: white;