mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Merge pull request #4638 from FlipWarthog/no-important
Fix #4637 - Component Styles: Remove use of !important now that @layer is used
This commit is contained in:
commit
84f735ef77
18 changed files with 29 additions and 29 deletions
2
components/lib/dialog/Dialog.d.ts
vendored
2
components/lib/dialog/Dialog.d.ts
vendored
|
@ -140,7 +140,7 @@ export interface DialogBreakpoints {
|
|||
*
|
||||
* @media screen and (max-width: ${breakpoint[key]}) {
|
||||
* .p-dialog[attributeSelector] {
|
||||
* width: ${breakpoint[value]} !important;
|
||||
* width: ${breakpoint[value]};
|
||||
* }
|
||||
* }
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue