Refactor object select styles in App.css to improve specificity for display tags, enhancing overall UI consistency.

This commit is contained in:
Tom Butcher 2026-07-13 00:51:52 +01:00
parent 8ef240565a
commit 48bd435fb4

View File

@ -387,7 +387,7 @@ body {
margin-right: 1px !important; margin-right: 1px !important;
} }
.ant-select-selection-item .object-display-tag { .object-select .ant-select-selection-item .object-display-tag {
top: 1.5px; top: 1.5px;
} }