forked from GNUsocial/gnu-social
[UI] Fixing issue where notices wouldn't break text
This commit is contained in:
parent
fa40bfb8dc
commit
a761c4e11a
@ -115,8 +115,7 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.notice-content {
|
.notice-content {
|
||||||
flex-grow: 1;
|
word-break: break-word;
|
||||||
flex-shrink: 0;
|
|
||||||
padding: var(--small-size);
|
padding: var(--small-size);
|
||||||
border-radius: 0 0 var(--small-size) var(--small-size);
|
border-radius: 0 0 var(--small-size) var(--small-size);
|
||||||
}
|
}
|
||||||
|
@ -115,8 +115,7 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.notice-content {
|
.notice-content {
|
||||||
flex-grow: 1;
|
word-break: break-word;
|
||||||
flex-shrink: 0;
|
|
||||||
padding: var(--small-size);
|
padding: var(--small-size);
|
||||||
border-radius: 0 0 var(--small-size) var(--small-size);
|
border-radius: 0 0 var(--small-size) var(--small-size);
|
||||||
}
|
}
|
||||||
|
@ -115,8 +115,7 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
.notice-content {
|
.notice-content {
|
||||||
flex-grow: 1;
|
word-break: break-word;
|
||||||
flex-shrink: 0;
|
|
||||||
padding: var(--small-size);
|
padding: var(--small-size);
|
||||||
border-radius: 0 0 var(--small-size) var(--small-size);
|
border-radius: 0 0 var(--small-size) var(--small-size);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user