Close icon alignment
parent
490528cd1f
commit
2a43d18843
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue