diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index d72d303aa32..a9f2b808de9 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -241,6 +241,7 @@ body { color: rgb(); font-size: px; + line-height: 130%; font-family: ; margin-top: 0; margin-bottom: 0; @@ -594,6 +595,7 @@ div.myavailability { .div-table-responsive { overflow-x: auto; min-height: 0.01%; + line-height: 100%; } /* Style used for full page tables with field selector and no content after table (priority before previous for such tables) */ div.fiche>form>div.div-table-responsive { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 409a902648e..eb46cb40b84 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -242,6 +242,7 @@ body { color: rgb(); font-size: px; font-family: ; + line-height: 130%; margin-top: 0; margin-bottom: 0; margin-right: 0; @@ -599,6 +600,7 @@ div.myavailability { .div-table-responsive { overflow-x: auto; min-height: 0.01%; + line-height: 100%; } /* Style used for full page tables with field selector and no content after table (priority before previous for such tables) */ div.fiche>form>div.div-table-responsive {