Refactor #6689 - For Message

pull/6697/head
tugcekucukoglu 2024-10-31 10:20:26 +03:00
parent e3fddf2ed4
commit 1c099af94b
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const theme = ({ dt }) => `
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-shrink: 0; flex-shrink: 0;
margin: 0 0 0 auto; margin-inline-start: auto;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
width: ${dt('message.close.button.width')}; width: ${dt('message.close.button.width')};
@ -290,7 +290,7 @@ const theme = ({ dt }) => `
outline-color: transparent; outline-color: transparent;
box-shadow: none; box-shadow: none;
} }
.p-message-simple .p-message-content { .p-message-simple .p-message-content {
padding: ${dt('message.simple.content.padding')}; padding: ${dt('message.simple.content.padding')};
} }