fix squashed slack button image on welcome card (#7640)

This commit is contained in:
Gabriel Hernandez 2022-09-08 16:47:53 +01:00 committed by GitHub
parent fdf9df84aa
commit 162304c565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -17,7 +17,6 @@ import LinkArrow from "../../../../../assets/images/icon-arrow-right-vibrant-blu
import IconDisabled from "../../../../../assets/images/icon-action-disable-red-16x16@2x.png";
import IconPassed from "../../../../../assets/images/icon-check-circle-green-16x16@2x.png";
import IconError from "../../../../../assets/images/icon-exclamation-circle-red-16x16@2x.png";
import IconChevron from "../../../../../assets/images/icon-chevron-purple-9x6@2x.png";
import SlackButton from "../../../../../assets/images/slack-button-get-help.png";
interface IHostResponse {

View file

@ -5,6 +5,7 @@
.button-slack {
width: 173px;
height: auto;
margin-top: 4px;
}