Fix height on infolog description fields no longer being applied in mobile view

This commit is contained in:
Hadi Nategh 2022-10-12 11:35:33 +02:00
parent f700b5b747
commit 08f7463482
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@
#infolog-index_nm .gridCont_0_div_col_0.innerContainer {
min-width: auto;
}
div.infoDescRow {
.infoDescRow {
height: 32px;
font-size: 10pt;
max-width: 99%;
@ -116,4 +116,3 @@
filter: invert(1) brightness(2.5);
}
}
/*# sourceMappingURL=app.css.map */

View File

@ -19,7 +19,7 @@
#infolog-index_nm .gridCont_0_div_col_0.innerContainer {
min-width: auto;
}
div.infoDescRow {
.infoDescRow {
height:32px;
.mob-fontsize-n;
max-width: 99%;