Fixing an issue with button tooltip addition, some buttons lost their full width sizing.
This commit is contained in:
parent
a6bc495770
commit
32fc2c7029
|
@ -68,6 +68,10 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue