fix iui css text-align hiding row labels (closes #461)
This commit is contained in:
parent
a5e0ffb0ce
commit
eab6e8fb61
|
@ -278,7 +278,7 @@ body > .panel {
|
|||
min-height: 42px;
|
||||
border-bottom: 1px solid #999999;
|
||||
-webkit-border-radius: 0;
|
||||
text-align: right;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
fieldset > .row:last-child {
|
||||
|
|
Loading…
Reference in New Issue