فهرست منبع

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

charlie 3 سال پیش
والد
کامیت
9daaad9be2
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/main/frontend/components/header.css

+ 2 - 1
src/main/frontend/components/header.css

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