We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709b802 commit 8dca0dfCopy full SHA for 8dca0df
style.less
@@ -110,6 +110,24 @@
110
}
111
112
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
127
128
129
+}
130
131
/**
132
* Bureaucracy form adjustments
133
*/
0 commit comments