fix #380
This commit is contained in:
parent
8529369e31
commit
774217294d
1 changed files with 4 additions and 1 deletions
|
@ -103,7 +103,10 @@
|
|||
border-collapse: separate;
|
||||
position: relative;
|
||||
font-size: @font-size-base;
|
||||
top: 1px; // fixed when using in form inline,
|
||||
|
||||
.ivu-form-inline &{
|
||||
top: 1px; // fixed when using in form inline,
|
||||
}
|
||||
|
||||
&-large{
|
||||
font-size: @font-size-large;
|
||||
|
|
Loading…
Add table
Reference in a new issue