mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-27 18:26:14 -04:00
Compile message no longer overflows on small screens
This commit is contained in:
parent
2507362741
commit
f052ed9b00
3 changed files with 11 additions and 2 deletions
|
@ -21,3 +21,10 @@
|
|||
vertical-align: middle;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#notice-wrapper {
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue