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