Skip to content
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

fix(styling): revert specificity of general editor margin rule to (0,1,1) #1226

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

elpoelma
Copy link
Contributor

@elpoelma elpoelma commented Nov 7, 2024

Overview

This PR fixes a styling regression introduced in 10.7.0 wherein the specificity of the general editor margin css rule was increased from (0,1,1) to (0,2,1). This broke some styling in (among others) the plugins css.

This PR splits the general margin rule in two seperate rules, each with a specificity of (0,1,1).

connected issues and PRs:

None

Setup

#1224
lblod/frontend-reglementaire-bijlage#296
lblod/ember-rdfa-editor-lblod-plugins#499

How to test/reproduce

Check-out lblod/frontend-gelinkt-notuleren#762 or lblod/frontend-reglementaire-bijlage#296 on instructions how to test this PR.

Checks PR readiness

  • UI: works on smaller screen sizes
  • UI: feedback for any loading/error states
  • Check cancel/go-back flows
  • Check database state correct when deleting/updating (especially regarding relationships)
  • changelog
  • npm lint
  • no new deprecations

@elpoelma elpoelma merged commit 598791c into master Nov 7, 2024
3 of 5 checks passed
@elpoelma elpoelma deleted the styling/specificity-regression branch November 7, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants