Skip to content

Commit 34553fc

Browse files
author
Lucy
authored
Merge pull request #71 from tuluxmu/rcint-UI-Dialer
fix the dial Panel Height.
2 parents bf81c2f + 83b3177 commit 34553fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DialerPanel/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $dial_input_height: 10%;
3333
}
3434
.dialButtons {
3535
@include full-size;
36-
height: calc(90% - 5px);
36+
height: calc(100% - 60px);
3737
}
3838
.dialPad {
3939
height: 80%;

0 commit comments

Comments
 (0)