Skip to content

Commit

Permalink
[FIX] F&R: Fix css rule
Browse files Browse the repository at this point in the history
The padding rule did not respect the web standards. It just happened to
work on our demo sheet because the page is run in quirks mode, a
mode that support web pages prior to the instoduction of the web
standards. This rule probably never worked when the component was
embedded in a "modern" web page.

closes #3155

X-original-commit: 4db9ded
Signed-off-by: Lucas Lefèvre (lul) <[email protected]>
Signed-off-by: Rémi Rahir (rar) <[email protected]>
  • Loading branch information
rrahir committed Nov 14, 2023
1 parent 4476a51 commit 17f76d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ css/* scss */ `
}
.o-input-count {
width: fit-content;
padding: 4 0 4 4;
padding: 4px 0 4px 4px;
}
}
}
Expand Down

0 comments on commit 17f76d3

Please sign in to comment.