fixed width in user gestion

This commit is contained in:
Capelier-Marla 2023-01-26 21:17:41 +01:00
parent 9365d034d6
commit fc7538550e

View File

@ -616,6 +616,7 @@ main.manageUser > section > ul > li {
border-radius: var(--border-radius); border-radius: var(--border-radius);
box-shadow: var(--shadow); box-shadow: var(--shadow);
overflow: hidden; overflow: hidden;
width: 100%;
} }
main.manageUser > section > ul > li > section { main.manageUser > section > ul > li > section {
display: flex; display: flex;