Skip to content

Commit 5318326

Browse files
committed
Fixed css problem.
1 parent 45f876a commit 5318326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/themes/default/css/screen/uni-form.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
.uniForm .inlineLabels .ctrlHolder{}
7070

7171
.uniForm .inlineLabels label,
72-
.uniForm .inlineLabels .label{ width: 15%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ }
72+
.uniForm .inlineLabels .label{ width: 20%; /* <- Required property */ margin: .3em 2% 0 0; /* <- Required property */ }
7373

7474
.uniForm .inlineLabels .textInput,
7575
.uniForm .inlineLabels .fileUpload{ width: 35%; /* <- Required property */ }

0 commit comments

Comments
 (0)