Update !important from component CSS

This commit is contained in:
FlipWarthog 2023-10-17 15:27:27 -04:00
parent 898088f455
commit 6c3ea8557d
19 changed files with 34 additions and 34 deletions

View file

@ -267,7 +267,7 @@ export default {
innerHTML += `
@media screen and (max-width: ${breakpoint}) {
.p-dialog[${this.attributeSelector}] {
width: ${this.breakpoints[breakpoint]} !important;
width: ${this.breakpoints[breakpoint]};
}
}
`;