Commit 634e8e30 authored by Phil Hughes's avatar Phil Hughes

Removed more flexbox

parent 09d949ce
lex
[v-cloak] { [v-cloak] {
display: none; display: none;
} }
...@@ -76,6 +77,7 @@ ...@@ -76,6 +77,7 @@
padding-right: ($gl-padding / 2); padding-right: ($gl-padding / 2);
padding-left: ($gl-padding / 2); padding-left: ($gl-padding / 2);
white-space: normal; white-space: normal;
vertical-align: top;
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
width: 400px; width: 400px;
...@@ -83,10 +85,6 @@ ...@@ -83,10 +85,6 @@
} }
.board-inner { .board-inner {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
height: 100%; height: 100%;
font-size: $issue-boards-font-size; font-size: $issue-boards-font-size;
background: $background-color; background: $background-color;
...@@ -158,7 +156,7 @@ ...@@ -158,7 +156,7 @@
} }
.board-list { .board-list {
height: 100%; height: calc(100% - 49px);
margin-bottom: 0; margin-bottom: 0;
padding: 5px; padding: 5px;
list-style: none; list-style: none;
......
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