Remove left/right padding from ongoing call notification, so that we don't get scrollbars in chrome

pull/296/head
Erik Johnston 2015-10-29 15:57:31 +00:00
parent 9fd2bf0989
commit ae2768af9c
1 changed files with 2 additions and 2 deletions

View File

@ -255,5 +255,5 @@ limitations under the License.
background-color: #ff0064;
color: #fff;
font-weight: bold;
padding: 6px;
}
padding: 6px 0;
}