Add some whitespace to guest name, prevent jumping on edit

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-01-09 19:53:20 +01:00
Родитель 83e1a06258
Коммит 43881c49a2
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -863,6 +863,10 @@ video {
display: inline-block; display: inline-block;
} }
.detailCallInfoContainer .guest-name p {
padding: 9px 0;
}
.detailCallInfoContainer .editable-text-label .edit-button { .detailCallInfoContainer .editable-text-label .edit-button {
display: none; display: none;
} }