CSS fixes for link preview dates and long attachment filenames
This commit is contained in:
@@ -310,6 +310,7 @@
|
|||||||
line-height: 0;
|
line-height: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.module-message__container {
|
.module-message__container {
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -320,6 +321,7 @@
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
@include light-theme {
|
@include light-theme {
|
||||||
@@ -954,6 +956,7 @@
|
|||||||
|
|
||||||
> *:not(:first-child) {
|
> *:not(:first-child) {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-grow: 1;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '•';
|
content: '•';
|
||||||
|
Reference in New Issue
Block a user