Fix dialog header h2 overlaping button
This commit is contained in:
parent
c1d2c73118
commit
1cd4c3a874
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue