Remove left/right padding from ongoing call notification, so that we don't get scrollbars in chrome
This commit is contained in:
parent
9fd2bf0989
commit
ae2768af9c
1 changed files with 2 additions and 2 deletions
|
@ -255,5 +255,5 @@ limitations under the License.
|
|||
background-color: #ff0064;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
padding: 6px;
|
||||
}
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue