Skip to content

Commit 41c7615

Browse files
author
hikki
committed
v3
1 parent d9bd83f commit 41c7615

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/assets/component.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,15 +210,15 @@
210210
display: flex;
211211
justify-content:center;
212212
align-items: baseline;
213-
padding: 5px 10px 5px 5px;
213+
padding: 5px 3em 5px 5px;
214214
}
215215
.dlp-form-row>input,.dlp-form-row>textarea{
216216
flex: auto;
217217
color: #0c0c0c;
218218
}
219219
.dlp-form-row>label{
220-
min-width: 12rem!important;
221-
max-width: 12rem!important;
220+
min-width: 7em!important;
221+
max-width: 7em!important;
222222
text-align: center!important;
223223
}
224224
.dlp-table{

0 commit comments

Comments
 (0)