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
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]};
|
||||
* width: ${breakpoint[value]} !important;
|
||||
* }
|
||||
* }
|
||||
*/
|
||||
|
|
|
@ -267,7 +267,7 @@ export default {
|
|||
innerHTML += `
|
||||
@media screen and (max-width: ${breakpoint}) {
|
||||
.p-dialog[${this.attributeSelector}] {
|
||||
width: ${this.breakpoints[breakpoint]};
|
||||
width: ${this.breakpoints[breakpoint]} !important;
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue