]> source.dussan.org Git - redmine.git/commitdiff
Restore `line-height` for the `.box` class which was inadvertently removed in r23070...
authorGo MAEDA <maeda@farend.jp>
Mon, 23 Sep 2024 09:15:22 +0000 (09:15 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 23 Sep 2024 09:15:22 +0000 (09:15 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23071 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css

index 7d96e88ea2a6e010fe8b1a7d32b4cf5c5cf042bb..292af88a898a274d0037801daa31b12d29818fd6 100644 (file)
@@ -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;