mirror of https://github.com/Chocobozzz/PeerTube
fix: long text on modals
parent
f74832ce17
commit
f8b255cd65
|
@ -115,6 +115,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
background-color: pvar(--mainBackgroundColor);
|
background-color: pvar(--mainBackgroundColor);
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|
Loading…
Reference in New Issue