enhance(ui): auto width of ui items from toolbar

This commit is contained in:
charlie
2022-06-16 15:58:59 +08:00
committed by Tienson Qin
parent 5b14b6f50f
commit 9daaad9be2

View File

@@ -54,7 +54,8 @@
}
.ui-items-container .button {
width: 2rem;
width: auto;
padding: 0 8px;
}
svg.warning {