summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-09-23 09:15:22 +0000
committerGo MAEDA <maeda@farend.jp>2024-09-23 09:15:22 +0000
commit89bdd315daf62e34c18f9ec60944f7186cd39739 (patch)
tree884a40e138d6b9b2d9519343d4c49ab6c3f4b17f
parent7110b06794461b023d444d3f036a0bd8205b0445 (diff)
downloadredmine-89bdd315daf62e34c18f9ec60944f7186cd39739.tar.gz
redmine-89bdd315daf62e34c18f9ec60944f7186cd39739.zip
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
-rw-r--r--app/assets/stylesheets/application.css1
1 files changed, 1 insertions, 0 deletions
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;