mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
width: fit-content;
should be supported by all browsers
This commit is contained in:
parent
8a5274de61
commit
9bb65609e2
1 changed files with 0 additions and 3 deletions
|
@ -384,9 +384,6 @@ html.rl-no-preview-pane {
|
|||
font-size: 11px;
|
||||
height: auto;
|
||||
transform: translate(-25%,0);
|
||||
width: auto;
|
||||
width: -moz-fit-content;
|
||||
width: -webkit-fit-content;
|
||||
width: fit-content;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue