Lines Matching refs:width
1 @media screen and (max-width: 1000px) {
3 margin: 0px; width: 90%;
8 @media screen and (max-width: 800px) {
9 .container { margin: 0px; width: 100%; }
10 .pagename { width: 100% !important; }
11 .row { max-width: 100%; }
13 .column { display: block !important; width: 100% ! important; }
25 @media screen and (max-width: 480px){
29 max-width: 100%; min-width: unset;
34 width: 100%; clear: both; float: none;
38 #config__manager td { display: block; padding: 1.15em 0px; max-width: 75%; }
40 .dokuwiki fieldset { width: unset; }
41 #config__manager fieldset { width: 94%; box-sizing: border-box; }
43 /* make <select> not exceed it's parent div's width */
45 div.input { display: flex; } select { width: 100%; flex-shrink: 1; }
47 #config__manager fieldset td.value { width: unset; }
49 #config__manager td textarea.edit { width: 90%; }
54 max-width: 100%;
55 width: unset;