[DEV-128] add padding to ticket-viewer-info (#1133)

This commit is contained in:
Joel Elias Méndez 2022-01-27 14:53:23 -03:00 committed by GitHub
parent 7df190ea01
commit fbee7275d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
justify-content: space-between;
align-items: flex-start;
background-color: $light-grey;
padding: 0 15px 30px 15px;
padding: 10px 15px 30px 15px;
&-container {
display: flex;