[shared.css] Fix preferences CSS bug
* Apply r109054 fix from branches/RL2 to trunk -- width: 0; doesn't work and still leaves the column open to free interpretation by the browsers. causing inconsistent widths for the "no label" columns when there are multiple of those tables on one page. * Also dropping unneeded "!important".
This commit is contained in:
parent
94bec8ef57
commit
8ce2d081fe
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ td.mw-submit {
|
|||
}
|
||||
|
||||
table.mw-htmlform-nolabel td.mw-label {
|
||||
width: 0 !important;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
tr.mw-htmlform-vertical-label td.mw-label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue