ui: fix length of "large" input fields

This commit is contained in:
Marcin Kuzminski 2018-11-26 19:11:44 +01:00
parent bcf2a103f2
commit 2c8082eadd

View file

@ -125,7 +125,7 @@
@label-summary-minwidth: 80px;
@search-form-width: 400px;
@fields-input-m: 400px;
@fields-input-l: 800px;
@fields-input-l: 750px;
// BUTTONS
@button-padding: .9em;