mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4637
This commit is contained in:
parent
84f735ef77
commit
23676e7381
5 changed files with 5 additions and 5 deletions
|
@ -127,7 +127,7 @@ export default {
|
|||
let breakpointStyle = '';
|
||||
|
||||
for (let styleProp in this.breakpoints[breakpoint]) {
|
||||
breakpointStyle += styleProp + ':' + this.breakpoints[breakpoint][styleProp] + ';';
|
||||
breakpointStyle += styleProp + ':' + this.breakpoints[breakpoint][styleProp] + '!important;';
|
||||
}
|
||||
|
||||
innerHTML += `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue