fixes CSS a little bit
This commit is contained in:
parent
8d16bce7ec
commit
0b1e381284
1 changed files with 4 additions and 4 deletions
|
@ -551,18 +551,18 @@ p {
|
|||
grid-column: 2;
|
||||
}
|
||||
.replytext pre {
|
||||
padding: 0 .05in;
|
||||
/* padding: 0 .05in; */
|
||||
color: var(--reply-text);
|
||||
overflow: hidden;
|
||||
/* overflow: hidden; */
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
max-width: fit-content;
|
||||
/* display: block; */
|
||||
/* flex-grow: 1; */
|
||||
flex: 1 1 auto;
|
||||
width: fit-content;
|
||||
/* width: fit-content; */
|
||||
min-width: 0;
|
||||
/* display: inline-block !important; */
|
||||
display: inline-block !important;
|
||||
width: 25vw;
|
||||
grid-column: 2;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue