Close icon alignment

pull/310/head
cagataycivici 2020-04-30 17:07:19 +03:00
parent 490528cd1f
commit 2a43d18843
1 changed files with 7 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export default {
<style>
.p-toast {
position: fixed;
width: 20em;
width: 25em;
}
.p-toast-message {
@ -128,6 +128,12 @@ export default {
align-items: flex-start;
}
.p-toast-icon-close {
display: flex;
align-items: center;
justify-content: center;
}
.p-toast-icon-close.p-link {
cursor: pointer;
}