Skip to content

Commit f5f7a5e

Browse files
fix panel width for IE
1 parent 3e65cfb commit f5f7a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ header > div {
453453
.topanel {
454454
float: right;
455455
position: relative;
456-
width: initial;
456+
width: auto;
457457
padding: 0;
458458
padding-left: 10px;
459459
padding-right: 20px;

0 commit comments

Comments
 (0)