Lyonel Posted October 13, 2017 Posted October 13, 2017 Would it be possible to change (possibly via app settings) the "size" of the modal? Sometimes the standard size feels a bit too small for the content... Changing the class from "modal" to "modal-lg" is a great trick you've used, but the sizing is still not quite there... Nicely sized (using standard "modal" class): Not so great: (timeline feels a bit cramped) With just one change: What I changed: @media (min-width: 1366px) .modal-lg { width: 1200px; } I do realise such change would apply to the entire portal, but I would not mind the same thing on other modals too The trick I used personally was to create a new class "modal-xl" when I really needed space for clarity and user friendliness in a modal (based on the same principal as modal-lg but with bigger values.
AlexTumber Posted October 13, 2017 Posted October 13, 2017 Hi @Lyonel thanks for your post. I'll pass this on to our dev team to investigate and consider. Alex
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now