Shrink button width

This commit is contained in:
Arne Keller 2021-02-25 10:40:01 +01:00
parent 862fc87393
commit fecb53f9ca

5
frontend/index.html Normal file
View File

@ -0,0 +1,5 @@
<style>
vaadin-button {
min-width: 0;
}
</style>