Skip to content

Commit

Permalink
feat: 지나치게 넓어진 padding 삭제
Browse files Browse the repository at this point in the history
-  #19
  • Loading branch information
ktseo41 committed Jul 14, 2022
1 parent 0a26f9d commit 6704264
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/QuoteSharer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ textarea {
display: block;
width: 100%;
height: calc(100% - 3rem);
padding: 1rem 1rem 0;
background-color: inherit;
border-radius: 0;
color: inherit;
Expand All @@ -276,7 +275,6 @@ textarea {
display: table-cell;
width: 100%;
height: 3rem;
padding: 0 1rem 1rem;
vertical-align: bottom;
.title {
Expand Down Expand Up @@ -392,6 +390,7 @@ textarea {
.list-complete-enter-active {
transition: all 0.1s ease;
}
.list-complete-leave-active {
transition: all 0.1s ease;
}
Expand Down

0 comments on commit 6704264

Please sign in to comment.