Skip to content
Snippets Groups Projects
Commit a497345c authored by Chris Lawton's avatar Chris Lawton
Browse files

increase width of status column

parent 513b6fbc
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,12 @@ $table-breakpoint: 'tablet-portrait'; ...@@ -55,6 +55,12 @@ $table-breakpoint: 'tablet-portrait';
width: 230px; width: 230px;
} }
} }
&.status_name {
@include media-query($table-breakpoint) {
width: 150px;
}
}
} }
tr { tr {
......
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