FIX: allow history modal columns to shrink width (#23700)

This commit is contained in:
Kris 2023-09-28 10:31:24 -04:00 committed by GitHub
parent 1117640715
commit 9136109ca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,8 @@
.-tag-revisions span,
.revision-content {
flex: 0 0 calc(50% - (var(--gap-width) / 2));
flex: 0 1 calc(50% - (var(--gap-width) / 2));
min-width: 0;
}
table.markdown {