Fix call button spacing issues
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
9c67679b35
commit
6f1fc3fc7e
1 changed files with 2 additions and 1 deletions
|
@ -90,6 +90,7 @@ limitations under the License.
|
||||||
.mx_CallEvent_content_button {
|
.mx_CallEvent_content_button {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0px 12px;
|
padding: 0px 12px;
|
||||||
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CallEvent_content_button_callBack {
|
.mx_CallEvent_content_button_callBack {
|
||||||
|
@ -102,7 +103,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_CallEvent_iconButton {
|
.mx_CallEvent_iconButton {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
margin-right: 16px;
|
margin-right: 8px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue