mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-12-25 07:19:31 -05:00
fix: responsive long url in plaintext
This commit is contained in:
parent
eaa72ab41a
commit
ab9d9416d9
@ -87,6 +87,10 @@ body.loading {
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#plaintext > a {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
#message {
|
#message {
|
||||||
height: 70dvh;
|
height: 70dvh;
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,10 @@
|
|||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#plaintext > a {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
#message {
|
#message {
|
||||||
height: 70dvh;
|
height: 70dvh;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user