mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Update !important from component CSS
This commit is contained in:
parent
898088f455
commit
6c3ea8557d
19 changed files with 34 additions and 34 deletions
|
@ -103,7 +103,7 @@ export interface OverlayPanelBreakpoints {
|
|||
*
|
||||
* @media screen and (max-width: ${breakpoint[key]}) {
|
||||
* .p-overlaypanel[attributeSelector] {
|
||||
* width: ${breakpoint[value]} !important;
|
||||
* width: ${breakpoint[value]};
|
||||
* }
|
||||
* }
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue