Skip to content

Commit

Permalink
Merge pull request #1743 from RADAR-base/fix/descriptive
Browse files Browse the repository at this point in the history
Fix descriptive input spacing
  • Loading branch information
mpgxvii authored Oct 27, 2023
2 parents 476994d + 2443a73 commit b86bdf3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.info-card {
padding: 16px;
padding: 28px;
height: 92%;
-webkit-border-radius: 8px;
border-radius: 8px;
background-color: var(--cl-primary-20);
overflow: scroll;
overflow-y: scroll;
}

ion-content {
width: 75vw;
width: 100%;
--background: transparent;
mask-image: -webkit-gradient(
linear,
Expand Down

0 comments on commit b86bdf3

Please sign in to comment.