diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-24 12:52:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:25 +0100 |
commit | 78cf79f49659a07368e17a44d336964a0600032d (patch) | |
tree | ec210f792866c995a8d67f350c4a12be9da494e6 /scss | |
parent | 06d2cde5260c46d865b3032e6be33a4340edf3d4 (diff) | |
download | Ishtar-78cf79f49659a07368e17a44d336964a0600032d.tar.bz2 Ishtar-78cf79f49659a07368e17a44d336964a0600032d.zip |
Operation sheet: fix click on image
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 45ef4c815..7d4d491a7 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -29,6 +29,15 @@ label { min-height: 1.5rem; } +.clearfix{ + clear: both; +} + +hr.clearfix{ + margin: 0; + border: 0 solid transparent; +} + dd > pre{ padding: 0 1em; } |