set vertical-align prop to middle for .label #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
inherit
middle
기존의
vertical-align
의 스타일 값은baseline
으로, 부트스트랩에서 상속 받은 값입니다.해당 값이 덮어 쓴 레이블 요소와 자연스럽지 않아
vertical-align: middle
값을 새로 추가했습니다.padding: 2px 2px
은 의도하신 값이 맞나요? 제대로 덮어 씌웠을때4px 7px
값보다 부자연스러워 보입니다.