diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-19 11:35:57 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-19 11:35:57 -0500 |
commit | a1e8bcc5619040ede66f7d53e6acf9df61870609 (patch) | |
tree | c3623fe613070e606034e6f4a42384f112bc2a5f /themes/alps/assets | |
parent | a5d2af2c4ede21871aede2046f428e05d0bcfb14 (diff) | |
download | alps-a1e8bcc5619040ede66f7d53e6acf9df61870609.tar.gz alps-a1e8bcc5619040ede66f7d53e6acf9df61870609.zip |
Implement message signature setting
Diffstat (limited to 'themes/alps/assets')
-rw-r--r-- | themes/alps/assets/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index e4a0d35..e64c8a3 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -653,7 +653,8 @@ main table tfoot { } .action-group label, -.action-group input { +.action-group input, +.action-group textarea { display: block; width: 100%; } |