Browse Source

Add margin-bottom to user-display

sbkwgh 6 năm trước cách đây
mục cha
commit
8f0bc8f003
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;