1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Fixing an issue with button tooltip addition, some buttons lost their full width sizing.

This commit is contained in:
mike12345567 2022-02-14 16:49:56 +00:00
parent c1bd5b8329
commit ee34ddaaf5

View file

@ -68,6 +68,10 @@
</div>
<style>
button {
width: 100%;
}
.container {
display: flex;
align-items: center;