File tree Expand file tree Collapse file tree 1 file changed +38
-32
lines changed
src/theme/ItaliaTheme/Blocks Expand file tree Collapse file tree 1 file changed +38
-32
lines changed Original file line number Diff line number Diff line change 1
1
.public-ui {
2
2
.block.form {
3
- @media (max-width : #{map-get ($grid-breakpoints , md )} ) {
4
- .form-group {
5
- display : flex ;
6
- flex-direction : column ;
7
-
8
- label {
9
- position : relative ;
10
- order : 1 ;
11
- font-size : 0.777rem ;
12
- line-height : 1.375rem ;
13
- transform : none ;
14
- transform : none ;
15
- white-space : normal ;
16
-
17
- & .active {
3
+ .row {
4
+ max-width : 100% ;
5
+
6
+ @media (max-width : #{map-get ($grid-breakpoints , md )} ) {
7
+ .form-group {
8
+ display : flex ;
9
+ flex-direction : column ;
10
+ max-width : 100% ;
11
+
12
+ label {
13
+ position : relative ;
14
+ order : 1 ;
18
15
font-size : 0.777rem ;
16
+ line-height : 1.375rem ;
17
+ transform : none ;
19
18
transform : none ;
19
+ white-space : normal ;
20
+
21
+ & .active {
22
+ font-size : 0.777rem ;
23
+ transform : none ;
24
+ }
20
25
}
21
- }
22
26
23
- input ,
24
- textarea ,
25
- .form-input-file {
26
- order : 2 ;
27
- }
27
+ input ,
28
+ textarea ,
29
+ .form-input-file {
30
+ order : 2 ;
31
+ }
28
32
29
- input [type = ' date' ] ~ label {
30
- font-size : 0.777rem ;
31
- transform : none ;
32
- }
33
+ input [type = ' date' ] ~ label {
34
+ font-size : 0.777rem ;
35
+ transform : none ;
36
+ }
33
37
34
- small .form-text {
35
- position : relative ;
36
- order : 3 ;
38
+ small .form-text {
39
+ position : relative ;
40
+ order : 3 ;
41
+ }
37
42
}
38
- }
39
43
40
- .form-input-file {
41
- .dropzone-placeholder {
42
- margin-top : 0 ;
44
+ .form-input-file {
45
+ .dropzone-placeholder {
46
+ margin-top : 0 ;
47
+ }
43
48
}
44
49
}
45
50
}
65
70
& ,
66
71
.volto-subblocks-wrapper ,
67
72
.form-field {
73
+ max-width : 100% ;
68
74
.single-block {
69
75
.dragsubblock {
70
76
top : 0.3rem ;
You can’t perform that action at this time.
0 commit comments