mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix height on infolog description fields no longer being applied in mobile view
This commit is contained in:
parent
f700b5b747
commit
08f7463482
@ -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 */
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user