mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-12 20:23:52 +00:00
Shrink button width
This commit is contained in:
parent
862fc87393
commit
fecb53f9ca
5
frontend/index.html
Normal file
5
frontend/index.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<style>
|
||||||
|
vaadin-button {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user