mirror of https://github.com/xwiki-labs/cryptpad
Fix breaking title and order links #1085
This commit is contained in:
parent
dd030b67fd
commit
c35478b464
|
@ -38,9 +38,11 @@
|
|||
font-weight: 500;
|
||||
color: @cryptpad_color_brand;
|
||||
font-size: 2.8rem;
|
||||
white-space:pre;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
||||
}
|
||||
|
||||
.cp-home-hero {
|
||||
|
@ -86,6 +88,7 @@
|
|||
padding: 1.3rem;
|
||||
a {
|
||||
margin: 1.3rem;
|
||||
margin-left:auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue