Fix block width

This commit is contained in:
Cohee 2023-08-08 20:51:31 +03:00
parent c94eae6eb6
commit e343f2461d

View File

@ -2,6 +2,6 @@
align-self: center; align-self: center;
} }
#rm_print_characters_block .wide100pLess70px { #rm_print_characters_block.bulk_select .wide100pLess70px {
width: calc(100% - 85px); width: calc(100% - 85px);
} }