mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
fix the icon size issue of info button (#16318)
This commit is contained in:
@@ -17,6 +17,10 @@
|
|||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
.info-button .info-icon .icon {
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
.info-button .info-text {
|
.info-button .info-text {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user