1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Fixed shrinking of the inputs on radio & checkbox items

This commit is contained in:
2024-11-10 20:45:42 +04:00
parent b5cdb0d81b
commit 198b9da407
2 changed files with 2 additions and 0 deletions

View File

@@ -32,5 +32,6 @@
width: 16px;
height: 16px;
margin-right: 6px;
flex-shrink: 0;
}
</style>

View File

@@ -32,5 +32,6 @@
width: 16px;
height: 16px;
margin-right: 6px;
flex-shrink: 0;
}
</style>