Merge pull request #3890 from matrix-org/jryans/clipped-shield

Fix toast icon to prevent clipping
pull/21833/head
J. Ryan Stinnett 2020-01-21 16:52:19 +00:00 committed by GitHub
commit 2d8f33e9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ limitations under the License.
&.mx_Toast_hasIcon {
&::after {
content: "";
width: 21px;
height: 20px;
width: 22px;
height: 22px;
grid-column: 1;
grid-row: 1;
mask-size: 100%;