mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: allow history modal columns to shrink width (#23700)
This commit is contained in:
parent
1117640715
commit
9136109ca0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user