fix: font-size for web-form grids
This commit is contained in:
parent
bf24011cc4
commit
2c0e2fe4a4
1 changed files with 4 additions and 0 deletions
|
|
@ -97,4 +97,8 @@ table {
|
|||
|
||||
.table > tbody > tr:hover {
|
||||
background-color: rgb(247, 250, 252);
|
||||
}
|
||||
|
||||
.grid-body .data-row {
|
||||
font-size: inherit !important;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue