The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 087d271a authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Max-width of 400px for form-control class.

parent ec839df9
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,6 +4,7 @@
.btn {&:extend(.btn-default all);}
.fa-grid:before {content:"\f00a"}
.fa-visual:before {content: "\f008"}
.form-control {max-width:400px}
.group [class^=col-] {padding-left:0}
.highlight{&:extend(mark);}
.icon-bar {background-color:#888}
......
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