Commit e35199a5 authored by Mike Greiling's avatar Mike Greiling

fix sidebar job list in IE 11

parent 12c6abf9
...@@ -246,6 +246,7 @@ ...@@ -246,6 +246,7 @@
.blocks-container { .blocks-container {
padding: 0 $gl-padding; padding: 0 $gl-padding;
width: 289px;
} }
.block { .block {
...@@ -343,6 +344,7 @@ ...@@ -343,6 +344,7 @@
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
max-height: 300px; max-height: 300px;
width: 289px;
overflow: auto; overflow: auto;
svg { svg {
......
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