width: fit-content; should be supported by all browsers

This commit is contained in:
the-djmaze 2022-12-07 16:35:57 +01:00
parent 8a5274de61
commit 9bb65609e2

View file

@ -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;
}