From: Go MAEDA Date: Mon, 23 Sep 2024 09:15:22 +0000 (+0000) Subject: Restore `line-height` for the `.box` class which was inadvertently removed in r23070... X-Git-Tag: 6.0.0~127 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=89bdd315daf62e34c18f9ec60944f7186cd39739;p=redmine.git Restore `line-height` for the `.box` class which was inadvertently removed in r23070 (#41298). git-svn-id: https://svn.redmine.org/redmine/trunk@23071 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 7d96e88ea..292af88a8 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -503,6 +503,7 @@ input:disabled, select:disabled, textarea:disabled { margin-bottom: 12px; background-color: #f9fafb; color: #505050; + line-height: 1.5em; border: 1px solid #d0d7de; word-wrap: break-word; border-radius: 3px;