Commit 1255aa73 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Fix column widths

Fixes text splitting into two lines
parent 5935c3fc
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
} }
.stage-header { .stage-header {
width: 28%; width: 26%;
padding-left: $gl-padding; padding-left: $gl-padding;
} }
.median-header { .median-header {
width: 12%; width: 14%;
} }
.event-header { .event-header {
...@@ -247,11 +247,11 @@ ...@@ -247,11 +247,11 @@
float: left; float: left;
&.stage-name { &.stage-name {
width: 70%; width: 65%;
} }
&.stage-median { &.stage-median {
width: 30%; width: 35%;
} }
} }
......
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