From 9b092d04c804aaa79bd26d0e2a8f6d881a3467b7 Mon Sep 17 00:00:00 2001 From: Gabriel Henrique Date: Tue, 4 Aug 2020 20:14:25 -0300 Subject: [PATCH] Update style.css Gitlab was broken the text "Start Timer" on collapsed right sidebar --- src/styles/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/styles/style.css b/src/styles/style.css index b71c310a0..db5181948 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -232,7 +232,15 @@ SingleTaskPaneToolbar .toggl-button.asana-board, /* new ui v1 */ /********* GITLAB *********/ .toggl-button.gitlab { - margin-top: 7px; + margin-top: 0; + text-align: center; +} + +.toggl-button.gitlab span { + display: block; + text-align: center; + margin: 0; + padding: 0; } @media (max-width: 991px) {