Skip to content

Commit 2b3c5e0

Browse files
Fix width for wide button
Signed-off-by: Marco <[email protected]>
1 parent 2512df0 commit 2b3c5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TopBar/CallTime.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export default {
171171
}
172172
173173
&--wide {
174-
width: 180px;
174+
width: 148px;
175175
}
176176
}
177177

0 commit comments

Comments
 (0)