-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Formatting of Headings broken with new Tables #848
Comments
The commit where the issue appears to have occurred is: c1dca62 |
The issue is that monarch-app/frontend/src/global/styles.scss Lines 33 to 61 in 2c878e8
And then again in the AppSection container: monarch-app/frontend/src/components/AppSection.vue Lines 42 to 51 in 2c878e8
Because the former's specificity is higher, it is being used. The solution is to take |
The place where those changes were made is 2c878e8 |
Ooops, specifically 4ae405b. In any case, if headings can be aligned multiple ways, then they their alignment probably shouldn't be defined globally. |
Fixed in fe08db5 |
Since the PR is merged, it's not possible to add commits to it anymore on the |
I think we should make a new PR. - You may want to start from main or merge in main in order to make the PR a little more sane. |
Oh, it looks like you may have already started from main. When you make the PR, I recommend you add Kevin as the reviewer just so he can see what was going on. |
In #775 - we somehow broke the formatting of the headers. I've undeleted the branch issue-734-all-association-sections and added a comment to the PR.
I'm looking into the specific line that causes the problem.
The text was updated successfully, but these errors were encountered: