Skip to content

Commit 55e16b0

Browse files
authored
Make the Edit page error messages visible in the dashboard
1 parent 712f011 commit 55e16b0

File tree

1 file changed

+2
-2
lines changed
  • apps/_dashboard/static/css

1 file changed

+2
-2
lines changed

apps/_dashboard/static/css/no.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ ul.tags-list li[data-selected=true] {
562562
opacity: 1.0;
563563
}
564564

565-
.py4web-validation-error{margin-top:-16px; font-size:0.8em;color:red;}
565+
.py4web-validation-error{margin-top:-3px; font-size:0.8em;color:red;}
566566
.grid-table-wrapper{overflow-x: auto;}
567567
body { background: black; color: white; }
568568
body > center > * { max-width: 90vw; }
@@ -575,7 +575,7 @@ label ~ div {
575575
/* top: -5px; */
576576
padding: 5px;
577577
background-color: hsl(0, 0%, 15%);
578-
border-radius: 6px;
578+
/* border-radius: 6px; */
579579
min-height: 35px;
580580
max-height: 150px;
581581
overflow-wrap: break-word;

0 commit comments

Comments
 (0)