Skip to content

Commit

Permalink
Fix few IE-specific bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre committed Sep 30, 2017
1 parent 8834b7b commit 9c0ecad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ th {
}

.tr-flag {
white-space: initial!important;
white-space: normal!important;
}

.tr-name {
Expand All @@ -554,14 +554,14 @@ th {

.tr-links {
width: 43px;
overflow: initial;
overflow: visible;
text-align: left;
padding: 0 2px!important;
}

.tr-cs {
width: 18px;
overflow: initial;
overflow: visible;
text-overflow: initial;
padding: 0;
}
Expand Down Expand Up @@ -1033,7 +1033,8 @@ html, body {
}

.profile-usermenu {
display: inline-grid;
display: block;
margin-bottom: 11px;
}

.profile-userbuttons {
Expand Down

0 comments on commit 9c0ecad

Please sign in to comment.