diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-26 18:39:45 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-26 18:39:45 +0200 |
commit | c6641be6f54e2aff0a4256e19b9c061cb4f4612b (patch) | |
tree | c25424d9c4d45131f18dadf261854ffa54e6b631 /scss | |
parent | 15611a7231ad6b16a9fb5586d036e3db53b3cc1b (diff) | |
download | Ishtar-c6641be6f54e2aff0a4256e19b9c061cb4f4612b.tar.bz2 Ishtar-c6641be6f54e2aff0a4256e19b9c061cb4f4612b.zip |
Finds - discovery date: add a TAQ field (refs #4039) - improve display of discovery date in sheet - better display for textarea field
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 436ef9579..38b36d69a 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -110,7 +110,7 @@ h4, .h4 { } textarea { - height: 150px; + height: 90px; } .sheet h4 { color: $text-muted; } |