Skip to content

Commit

Permalink
fix: task request title skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
TanishqSingla committed Jul 15, 2023
1 parent 45f060a commit 3cb4cec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions taskRequests/details/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,12 @@ body {
grid-column: 1 / span 12;
border: none;
}

.taskRequest__skeleton__title {
max-width: 80%;
height: 1rem;
}
.taskRequest__skeleton__subtitle {
max-width: 40%;
}
}

0 comments on commit 3cb4cec

Please sign in to comment.