Skip to content
Snippets Groups Projects
Commit f6e2309e authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

Fix column buttons overflow in Japanese (#3552)

parent 9d2154c4
No related branches found
No related tags found
No related merge requests found
......@@ -1534,7 +1534,7 @@
cursor: pointer;
flex: 0 0 auto;
font-size: 16px;
padding: 15px;
padding: 0 15px;
z-index: 3;
&:hover {
......@@ -2050,6 +2050,7 @@ button.icon-button.active i.fa-retweet {
position: absolute;
right: 0;
top: 0;
height: 100%;
display: flex;
}
......@@ -2059,7 +2060,7 @@ button.icon-button.active i.fa-retweet {
color: $ui-primary-color;
cursor: pointer;
font-size: 16px;
padding: 15px;
padding: 0 15px;
&:hover {
color: lighten($ui-primary-color, 7%);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment