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:
parent
36a3e81f47
commit
a86eee5e6f
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user