mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-03 12:06:40 -04:00
fix: responsive long url in plaintext
This commit is contained in:
parent
eaa72ab41a
commit
ab9d9416d9
2 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#plaintext > a {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#message {
|
||||
height: 70dvh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue