CSS fixes for link preview dates and long attachment filenames
This commit is contained in:
parent
79acb7513d
commit
84f4e6ac64
1 changed files with 3 additions and 0 deletions
|
@ -310,6 +310,7 @@
|
|||
line-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
.module-message__container {
|
||||
position: relative;
|
||||
|
@ -320,6 +321,7 @@
|
|||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
min-width: 0px;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
@include light-theme {
|
||||
|
@ -954,6 +956,7 @@
|
|||
|
||||
> *:not(:first-child) {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
|
||||
&:before {
|
||||
content: '•';
|
||||
|
|
Loading…
Add table
Reference in a new issue