fix sessionactivity overflow

This commit is contained in:
Francis Cao 2024-11-26 11:02:34 -08:00
parent dfc13ced55
commit d800b42b6b
2 changed files with 3 additions and 6 deletions

View file

@ -5,7 +5,8 @@
}
.row {
display: flex;
display: grid;
grid-template-columns: max-content max-content 1fr;
align-items: center;
gap: 20px;
}
@ -15,10 +16,6 @@
width: 150px;
}
.value {
white-space: nowrap;
}
.header {
font-weight: bold;
}