فهرست منبع

fix: group-controls min-width (#5097)

maTh 3 سال پیش
والد
کامیت
2f9b14354c
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      p/themes/base-theme/frss.css
  2. 1 1
      p/themes/base-theme/frss.rtl.css

+ 1 - 1
p/themes/base-theme/frss.css

@@ -406,7 +406,7 @@ td.numeric {
 }
 
 .form-group .group-controls {
-	min-width: 250px;
+	min-width: 200px;
 	margin: 0 0 0 220px;
 	overflow-x: auto;
 }

+ 1 - 1
p/themes/base-theme/frss.rtl.css

@@ -406,7 +406,7 @@ td.numeric {
 }
 
 .form-group .group-controls {
-	min-width: 250px;
+	min-width: 200px;
 	margin: 0 220px 0 0;
 	overflow-x: auto;
 }