diff options
author | Thomas Van Iseghem <[email protected]> | 2023-04-23 20:06:06 +0200 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-04-23 20:06:06 +0200 |
commit | d11c9b04e88e8468fa6e12ce53bf37c09507734a (patch) | |
tree | a7e0356da5ca0d2d01b74f1e5c5ce85444d3b519 /File-decryption | |
parent | ebe9e1cef567ee6d2b70930fbd3748d02df5eb1f (diff) | |
download | OpenCortex-d11c9b04e88e8468fa6e12ce53bf37c09507734a.tar.gz OpenCortex-d11c9b04e88e8468fa6e12ce53bf37c09507734a.zip |
Small fix for ack button text wrapping
Diffstat (limited to 'File-decryption')
-rw-r--r-- | File-decryption/webapp/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/File-decryption/webapp/style.css b/File-decryption/webapp/style.css index 7cf5e3b..9d23460 100644 --- a/File-decryption/webapp/style.css +++ b/File-decryption/webapp/style.css @@ -168,7 +168,7 @@ footer button { font-size: rem; margin: 0.5rem; text-align: center; - min-width: 6rem; + min-width: 7rem; } footer button:hover{ |