Added splitter margin.

This commit is contained in:
Tom Butcher 2025-08-18 00:55:20 +01:00
parent 257cebf15c
commit aa41ad0192

View File

@ -223,3 +223,7 @@ body {
.objectTableDescritions >.ant-descriptions-view .ant-descriptions-row >.ant-descriptions-item-label {
width: 35%;
}
.farmcontrol-splitter > .ant-splitter-bar {
margin: 8px
}