mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix(css): prevent flex item overflow by setting min-width to 0
This commit is contained in:
@@ -264,6 +264,7 @@
|
||||
> .r {
|
||||
flex: 1;
|
||||
position: relative;
|
||||
min-width: 0; /* prevent flex item overflow */
|
||||
|
||||
p {
|
||||
@apply py-1 m-0;
|
||||
|
||||
Reference in New Issue
Block a user