Skip to content

Commit 8dca0df

Browse files
committed
Add responsive style to struct input
1 parent 709b802 commit 8dca0df

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

style.less

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,24 @@
110110
}
111111
}
112112

113+
/*responsive - small screen*/
114+
@media (max-width: 480px) {
115+
.dokuwiki .struct_entry_form div.field {
116+
flex-wrap: wrap;
117+
118+
label {
119+
> span {
120+
text-align: left;
121+
width: 100%;
122+
}
123+
}
124+
125+
span.input {
126+
width: 100%;
127+
}
128+
}
129+
}
130+
113131
/**
114132
* Bureaucracy form adjustments
115133
*/

0 commit comments

Comments
 (0)