fix: font-size for web-form grids

This commit is contained in:
Shivam Mishra 2019-06-13 10:51:15 +05:30
parent bf24011cc4
commit 2c0e2fe4a4

View file

@ -97,4 +97,8 @@ table {
.table > tbody > tr:hover {
background-color: rgb(247, 250, 252);
}
.grid-body .data-row {
font-size: inherit !important;
}