mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
cobalt.css: stretch error popup content to full width
This commit is contained in:
parent
bcd8ca14b0
commit
5438eb4405
1 changed files with 1 additions and 0 deletions
|
@ -452,6 +452,7 @@ button:active,
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 18px;
|
gap: 18px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.popup.small.visible {
|
.popup.small.visible {
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
|
|
Loading…
Reference in a new issue