Skip to content

Commit 851a781

Browse files
UI: Fixes overreaching CSS from docs
1 parent 150a436 commit 851a781

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • structr-app/src/main/resources/structr/css

structr-app/src/main/resources/structr/css/docs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ html.documentation {
322322
border-bottom: 2px solid var(--gray-ccc);
323323
}
324324

325-
.article table th, td {
325+
.article table th,
326+
.article table td {
326327
text-align: left;
327328
padding: 1rem .5rem;
328329
}

0 commit comments

Comments
 (0)