Fix dialog header h2 overlaping button

This commit is contained in:
Timothée Goguely 2024-11-22 09:39:10 +01:00
parent c1d2c73118
commit 1cd4c3a874

View file

@ -30,15 +30,15 @@
.dialog [data-pc-section="header"] h2 {
font-family: var(--font-serif);
position: absolute;
left: 0;
right: 0;
left: 15rem;
right: 5rem;
text-align: center;
padding: 0 15rem;
line-height: 2.5rem;
max-height: 1lh;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 auto;
}
.dialog [data-pc-name="pcclosebutton"] {
color: var(--color-white);