Skip to content

Commit 5a02855

Browse files
committed
update app.css
1 parent ed5e72c commit 5a02855

File tree

1 file changed

+6
-1
lines changed
  • adminlteui/static/admin/dist/css

1 file changed

+6
-1
lines changed

adminlteui/static/admin/dist/css/app.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ a.active.selector-clearall:focus, a.active.selector-clearall:hover {
415415
display: none;
416416
}
417417

418-
input[type="number"] {
418+
input[type="number"], input[type="password"] {
419419
width: auto;
420420
height: 34px;
421421
padding: 6px 12px;
@@ -426,6 +426,11 @@ input[type="number"] {
426426
border: 1px solid #ccc;
427427
}
428428

429+
input[type="password"] {
430+
width: 100%;
431+
}
432+
433+
429434
input[type="checkbox"] {
430435
width: auto;
431436
height: 26px;

0 commit comments

Comments
 (0)