Remove left/right padding from ongoing call notification, so that we don't get scrollbars in chrome
This commit is contained in:
@@ -255,5 +255,5 @@ limitations under the License.
|
||||
background-color: #ff0064;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
padding: 6px;
|
||||
}
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user