fix the icon size issue of info button (#16318)

This commit is contained in:
Alan Ren
2021-07-19 12:35:11 -07:00
committed by GitHub
parent fdaf29ccb4
commit eaba5679d4

View File

@@ -17,6 +17,10 @@
flex-flow: column;
padding-right: 10px;
}
.info-button .info-icon .icon {
background-size: cover;
background-repeat: no-repeat;
}
.info-button .info-text {
display: flex;
flex-flow: column;