We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2be8d commit b1c1992Copy full SHA for b1c1992
adminlteui/static/admin/dist/css/app.css
@@ -447,3 +447,34 @@ input[type="checkbox"] {
447
.control-label {
448
margin-top: 7px;
449
}
450
+
451
+ul.errorlist {
452
+ margin: 0;
453
+ padding-left: 5px;
454
+ display: inherit;
455
+}
456
457
+ul.errorlist li {
458
+ font-size: 13px;
459
+ display: block;
460
+ margin-bottom: 4px;
461
+ overflow-wrap: break-word;
462
463
464
+ul.errorlist li:first-child {
465
+ margin-top: 0;
466
467
468
+ul.errorlist li a {
469
+ color: inherit;
470
+ text-decoration: underline;
471
472
473
+td ul.errorlist {
474
475
+ padding: 0;
476
477
478
+td ul.errorlist li {
479
480
0 commit comments