1textarea.struct_section {
2  width: 30em;
3  min-height: 6em;
4}
5
6.struct_inlineditor textarea.struct_section {
7  min-width: 100%; // min-width is the workaround for `width: auto !important` in DokuWiki's mobile.less
8}