Add padding to descriptions rows in App.css for improved layout

- Introduced padding-bottom to .ant-descriptions-row > td within .ant-descriptions-small to enhance spacing and visual consistency in the descriptions component.
This commit is contained in:
Tom Butcher 2026-07-31 22:53:37 +01:00
parent 36a3e81f47
commit a86eee5e6f

View File

@ -792,6 +792,10 @@ span.ant-skeleton-input.ant-skeleton-input-sm.text-skeleton {
top: 0;
}
.ant-descriptions-small .ant-descriptions-row > td {
padding-bottom: 6px;
}
.minimal-code-block-editor .ant-typography pre {
margin: 0;
}