Dial Pad UI fix
This commit is contained in:
parent
427f649be6
commit
3df9557df2
2 changed files with 4 additions and 1 deletions
|
@ -30,6 +30,7 @@ limitations under the License.
|
|||
text-align: center;
|
||||
vertical-align: middle;
|
||||
line-height: 40px;
|
||||
color: #15191e;
|
||||
}
|
||||
|
||||
.mx_DialPad_deleteButton, .mx_DialPad_dialButton {
|
||||
|
|
|
@ -27,9 +27,11 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_DialPadContextMenu_dialled {
|
||||
height: 1em;
|
||||
height: 1.5em;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
max-width: 150px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.mx_DialPadContextMenu_dialPad {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue