You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
In Summernote editor's help, there is Summernote 0.8.2 · Project · Issues link.
We should delete it, except is just a p tag with no special class. So wether
we just display: none the p if we are sure to not using any p in the modal footer.
or we fork summernote, and just remove it.
As far as i am concerned, i think Solution 1 is a good one as i think we should only have Actions in the modal footer, and if we need explanatory text, an inline block like a span is more suitable anyway.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Summernote editor's help, there is
Summernote 0.8.2 · Project · Issues
link.We should delete it, except is just a
p
tag with no special class. So wetherdisplay: none
thep
if we are sure to not using anyp
in the modal footer.As far as i am concerned, i think Solution 1 is a good one as i think we should only have Actions in the modal footer, and if we need explanatory text, an inline block like a
span
is more suitable anyway.The text was updated successfully, but these errors were encountered: