File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"dependencies" : {
7
- "@devtron-labs/devtron-fe-common-lib" : " 0.0.58" ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 0.0.58-beta-19 " ,
8
8
"@rjsf/core" : " ^5.13.3" ,
9
9
"@rjsf/utils" : " ^5.13.3" ,
10
10
"@rjsf/validator-ajv8" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -2445,6 +2445,10 @@ textarea,
2445
2445
background-color : var (--N50 );
2446
2446
}
2447
2447
2448
+ .bc-n50-imp {
2449
+ background-color : var (--N50 ) !important ;
2450
+ }
2451
+
2448
2452
.c-n50 {
2449
2453
color : var (--N50 );
2450
2454
}
@@ -2846,6 +2850,10 @@ textarea,
2846
2850
width : 250px ;
2847
2851
}
2848
2852
2853
+ .w-250-imp {
2854
+ width : 250px !important ;
2855
+ }
2856
+
2849
2857
.w-280 {
2850
2858
width : 280px ;
2851
2859
}
You can’t perform that action at this time.
0 commit comments