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