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

Fix toast icon to prevent clipping
This commit is contained in:
J. Ryan Stinnett
2020-01-21 16:52:19 +00:00
committed by GitHub

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%;