Skip to content
Snippets Groups Projects
Commit 451c4105 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix width of input fields

parent 028de1d6
No related branches found
No related tags found
1 merge request!62V2.0
...@@ -22,4 +22,9 @@ a.topbrand small{margin-left: 0.3em; font-weight: normal;} ...@@ -22,4 +22,9 @@ a.topbrand small{margin-left: 0.3em; font-weight: normal;}
.navbar-nav li.divider{border-left: 1px solid rgba(0,0,0,0.2);} .navbar-nav li.divider{border-left: 1px solid rgba(0,0,0,0.2);}
/* top right breadcrumb color */ /* top right breadcrumb color */
.breadcrumb a{color: #666;} .breadcrumb a{color: #666;}
\ No newline at end of file
/* fix width of input fields */
.form-control {
max-width: 100%;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment