We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdb20f commit 0e932a0Copy full SHA for 0e932a0
src/app/example/example.component.scss
@@ -10,16 +10,13 @@
10
.button-voicecapture-example {
11
background: var(--primary);
12
color: #fff;
13
- display: flex;
+ display: inline-flex;
14
justify-content: center;
15
align-items: center;
16
border-radius: 10px;
17
border: 1px solid var(--vtl-background);
18
- padding: 0.5rem 1rem 0.5rem 0.5rem;
19
- cursor: pointer;
20
- display: inline-flex;
21
- align-items: center;
22
padding: 0.5rem 1rem;
+ cursor: pointer;
23
min-height: 70px;
24
white-space: nowrap;
25
0 commit comments