Merge pull request #150 from ThomasRubini/gestion_user_width

fixed width in user gestion
This commit is contained in:
Marla 2023-01-26 21:23:13 +01:00 committed by GitHub
commit d2e0cb8aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;