Fix project title word break on projects overview page
This commit is contained in:
@@ -91,10 +91,12 @@
|
|||||||
.openTitle {
|
.openTitle {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
hyphens: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
line-height: 1.1;
|
line-height: 1.1;
|
||||||
padding: 24px 20px;
|
padding: 24px 20px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project {
|
.project {
|
||||||
|
|||||||
Reference in New Issue
Block a user