Commit 44ac5afa authored by Mike Greiling's avatar Mike Greiling

fix sidebar job list in IE 11

parent 4f43bf45
...@@ -235,6 +235,7 @@ ...@@ -235,6 +235,7 @@
.blocks-container { .blocks-container {
padding: 0 $gl-padding; padding: 0 $gl-padding;
width: 289px;
} }
.block { .block {
...@@ -334,6 +335,7 @@ ...@@ -334,6 +335,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