correct glasscard

This commit is contained in:
p2405951
2025-12-10 14:44:31 +01:00
parent 3ef08345a5
commit 6c626143cb
2 changed files with 5 additions and 2 deletions
@@ -10,8 +10,8 @@
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 15px;
max-height: 181px;
margin-top: 0px;
max-height: 185px;
overflow-y: auto;
padding-right: 5px;
scroll-behavior: smooth;
@@ -83,4 +83,7 @@
.partiText label {
text-align: center;
}
.leftBlock{
width:100%;
}
}