We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In section there is hardcoded style: https://github.com/DominoKit/domino-ui/blob/master/domino-ui/src/main/java/org/dominokit/domino/ui/layout/Section.java#L41
which should be outsourced to css which is already available / (done):
domino-ui/domino-ui/src/main/resources/org/dominokit/domino/ui/public/css/domino-ui-style.css
Line 2648 in f5542d6
So actually it can and should be removed from code.
The text was updated successfully, but these errors were encountered:
fix #797 Remove hardcoded style from section
2598bed
vegegoku
No branches or pull requests
In section there is hardcoded style:
https://github.com/DominoKit/domino-ui/blob/master/domino-ui/src/main/java/org/dominokit/domino/ui/layout/Section.java#L41
which should be outsourced to css which is already available / (done):
domino-ui/domino-ui/src/main/resources/org/dominokit/domino/ui/public/css/domino-ui-style.css
Line 2648 in f5542d6
So actually it can and should be removed from code.
The text was updated successfully, but these errors were encountered: