mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 19:44:59 +03:00
Limited width MessageBox (#272)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
940bbd94a6
commit
e080f6e724
@ -38,6 +38,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 2rem 1.75rem 1.75rem;
|
padding: 2rem 1.75rem 1.75rem;
|
||||||
|
width: 30rem;
|
||||||
|
max-width: 40rem;
|
||||||
background: var(--theme-msgbox-bg);
|
background: var(--theme-msgbox-bg);
|
||||||
border-radius: 1.25rem;
|
border-radius: 1.25rem;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user