Skip to content
Snippets Groups Projects
Commit 1255aa73 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Fix column widths

Fixes text splitting into two lines
parent 5935c3fc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -23,12 +23,12 @@
}
 
.stage-header {
width: 28%;
width: 26%;
padding-left: $gl-padding;
}
 
.median-header {
width: 12%;
width: 14%;
}
 
.event-header {
Loading
Loading
@@ -247,11 +247,11 @@
float: left;
 
&.stage-name {
width: 70%;
width: 65%;
}
 
&.stage-median {
width: 30%;
width: 35%;
}
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment