mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
Alignment doesn't work for LinkButtons is web6 client - css styles now applied only for buttons inside filter component #PL-4899
This commit is contained in:
parent
62124a2eac
commit
b763e5c587
@ -198,7 +198,6 @@ outline-offset: -3px;
|
||||
text-decoration: underline;
|
||||
color: #0066FF;
|
||||
text-align: left;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.v-button-link .v-button-wrap {
|
||||
|
@ -900,6 +900,10 @@
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.cuba-generic-filter .v-button-link .v-button-caption {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user