소스 검색

Add margin-bottom to user-display

sbkwgh 6 년 전
부모
커밋
8f0bc8f003
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/src/components/UserDisplay.vue

+ 1 - 0
frontend/src/components/UserDisplay.vue

@@ -31,6 +31,7 @@
 		cursor: pointer;
 		display: flex;
 		flex-direction: row;
+		margin-bottom: 1rem;
 		padding: 0.25rem 0.5rem;
 		transition: box-shadow 0.2s;