Overflow pre tag content when larger than viewport width
This commit is contained in:
@@ -598,6 +598,10 @@ fieldset > table td input[type="radio"] {
|
||||
width: min(calc(95vw + 0px), 640px);
|
||||
height: min(calc(calc(95vw + 0px) * var(--video-ratio)), 320px);
|
||||
}
|
||||
#upload_method pre {
|
||||
max-width: 80vw;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
#search form {
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user