Commit bdae2df3 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix firefox bug

parent e998d6fb
...@@ -463,6 +463,7 @@ ...@@ -463,6 +463,7 @@
padding: 8px 4px 9px 10px; padding: 8px 4px 9px 10px;
width: 186px; width: 186px;
margin-bottom: 10px; margin-bottom: 10px;
white-space: normal;
&:hover { &:hover {
background-color: $stage-hover-bg; background-color: $stage-hover-bg;
...@@ -586,7 +587,7 @@ ...@@ -586,7 +587,7 @@
border: none; border: none;
padding: 0; padding: 0;
color: $gl-text-color-light; color: $gl-text-color-light;
flex-grow: 1; white-space: normal;
&:focus { &:focus {
outline: none; outline: none;
...@@ -603,6 +604,7 @@ ...@@ -603,6 +604,7 @@
.dropdown-counter-badge { .dropdown-counter-badge {
float: right; float: right;
clear: right;
color: $border-color; color: $border-color;
font-weight: 100; font-weight: 100;
font-size: 15px; font-size: 15px;
...@@ -651,7 +653,10 @@ ...@@ -651,7 +653,10 @@
padding: 0; padding: 0;
font-size: 11px; font-size: 11px;
float: right; float: right;
margin-top: 5px; clear: right;
margin-top: 3px;
display: inline-block;
position: relative;
i { i {
font-size: 11px; font-size: 11px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment