This commit is contained in:
tugcekucukoglu 2023-12-21 10:56:38 +03:00
parent 84f735ef77
commit 23676e7381
5 changed files with 5 additions and 5 deletions

View file

@ -140,7 +140,7 @@ export interface DialogBreakpoints {
*
* @media screen and (max-width: ${breakpoint[key]}) {
* .p-dialog[attributeSelector] {
* width: ${breakpoint[value]};
* width: ${breakpoint[value]} !important;
* }
* }
*/