Using ->alwaysShow()
on Markdown result in different container width
#6194
Unanswered
mrleblanc101
asked this question in
Ideas & Feature Requests
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I created a Markdown field, it has w-3/5 like so in the Form view like so:
In the Details view, it results in a very narrow field because of
.prose { max-width: 65ch }
which I don't think is normal.After fiddling around, I removed the
->alwaysShow()
.Resulting in a field that takes the fullwidth like so:
This seems better, but still looks odds to me. Shouldn't it also be
w-3/5
like on the Form View ?Here is what I would expect, whether I'm using
->alwaysShow()
or not:Beta Was this translation helpful? Give feedback.
All reactions