mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42: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
|
@ -127,7 +127,7 @@ export default {
|
|||
let breakpointStyle = '';
|
||||
|
||||
for (let styleProp in this.breakpoints[breakpoint]) {
|
||||
breakpointStyle += styleProp + ':' + this.breakpoints[breakpoint][styleProp] + '!important;';
|
||||
breakpointStyle += styleProp + ':' + this.breakpoints[breakpoint][styleProp] + ';';
|
||||
}
|
||||
|
||||
innerHTML += `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue