Browse Source

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

pull/4478/head
mike12345567 5 years ago
parent
commit
32fc2c7029
  1. 4
      packages/bbui/src/Button/Button.svelte

4
packages/bbui/src/Button/Button.svelte

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

Loading…
Cancel
Save