File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
ux.symfony.com/assets/styles/components Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 15
15
min-height : 1rem ;
16
16
max-width : 100vw ;
17
17
max-height : 100vh ;
18
- overflow : clip ;
18
+ overflow : auto ;
19
19
padding : 1rem 1.5rem ;
20
20
background : var (--bs-body-bg );
21
21
color : var (--bs-body-color );
59
59
60
60
.IconModal__body {
61
61
display : grid ;
62
- grid-template-columns : 300px 1fr ;
63
62
gap : 1.5rem ;
64
63
}
65
64
238
237
.IconModal__main h3 :first-child {
239
238
padding-top : 0 ;
240
239
}
240
+
241
+ .IconModal__main .TabBody {
242
+ padding-block-end : 0 ;
243
+ }
244
+
245
+ @media screen and (max-width : 768px ) {
246
+ .IconModal {
247
+ padding : .5rem ;
248
+ margin : .5rem ;
249
+ width : auto ;
250
+ height : auto ;
251
+ }
252
+ }
253
+ @media screen and (min-width : 768px ) {
254
+ .IconModal__body {
255
+ grid-template-columns : 300px 1fr ;
256
+ }
257
+ }
You can’t perform that action at this time.
0 commit comments