diff --git a/app/components/Header/Header.css b/app/components/Header/Header.css index 90cdc2e4ec..45f104df94 100644 --- a/app/components/Header/Header.css +++ b/app/components/Header/Header.css @@ -55,6 +55,11 @@ } } +.buttonGroup button { + flex-shrink: 0; + padding: 0 7px; +} + .buttonGroup button:focus { outline: none; }