Fix session drawer to fit title, action triple-dot in width on mobile

This commit is contained in:
Debanjum Singh Solanky 2024-08-03 13:50:47 +05:30
parent 5b17fa5dda
commit 30304ccc56

View file

@ -143,7 +143,8 @@ div.modalSessionsList div.session {
div.session.compressed {
max-width: 100%;
display: flex;
display: grid;
grid-template-columns: 70vw auto;
justify-content: space-between;
}