fix widths of boxes in the new chat-ticket
This commit is contained in:
parent
8bd3af788f
commit
b82e08bfae
1 changed files with 2 additions and 1 deletions
|
@ -5278,7 +5278,7 @@ footer {
|
|||
}
|
||||
|
||||
& > .box {
|
||||
flex: 1;
|
||||
width: calc(50% - 47px);
|
||||
margin: 34px;
|
||||
}
|
||||
|
||||
|
@ -5288,6 +5288,7 @@ footer {
|
|||
}
|
||||
|
||||
.boxFade {
|
||||
width: 94px;
|
||||
top: 34px;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue