diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-01-11 19:32:10 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-01-11 23:48:36 -0600 |
commit | a25af3efbc4aa50d84448f23a0d686804c96102e (patch) | |
tree | 8375314989f785fef11a1e5405ca4b0fee2e3a2b /app/assets/stylesheets/pages/issuable.scss | |
parent | 34760245bcb4156e21ca463b82b1fab84508b842 (diff) | |
download | gitlab-ce-a25af3efbc4aa50d84448f23a0d686804c96102e.tar.gz |
convert notification subscription button into toggle
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss index ae9a8b0182c..759719a72da 100644 --- a/app/assets/stylesheets/pages/issuable.scss +++ b/app/assets/stylesheets/pages/issuable.scss @@ -162,10 +162,6 @@ border: 0; } - span { - display: inline-block; - } - .select2-container span { margin-top: 0; } |