* zin: fix entity label style.

This commit is contained in:
sunhao
2024-02-22 14:12:52 +08:00
parent d3b7687149
commit 52bdbf9022
+1 -1
View File
@@ -1,5 +1,5 @@
.entity-label .label {box-shadow: none; border: 1px solid var(--color-gray-300); color: var(--color-gray-700); background: none;}
.entity-label {min-width: 0; flex: auto}
.entity-label {min-width: 0;}
.entity-title {white-space: nowrap; text-overflow: clip; overflow: hidden;}
.entity-title-1 {font-size: 1rem; color: var(--color-gray-900); font-weight: bold;}
.entity-title-2 {font-size: 0.875rem; color: var(--color-gray-900); font-weight: bold;}