mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-06 05:59:45 +08:00
!2370 fix(#I4SHOA): layout incorrect when TableColumn parameter Rows has value
* fix: 修复 Textarea 组件布局错位问题
This commit is contained in:
parent
3be452fbde
commit
901c2032c5
File diff suppressed because one or more lines are too long
@ -510,14 +510,6 @@ form .form-control.is-display {
|
||||
}
|
||||
/*end InputNumber*/
|
||||
|
||||
/*Textarea*/
|
||||
@media (min-width: 576px) {
|
||||
.row.form-inline textarea.form-control {
|
||||
width: calc(100% - 100px);
|
||||
}
|
||||
}
|
||||
/*End Textarea*/
|
||||
|
||||
/*editor-form*/
|
||||
.ef-loading {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user