Skip to content

Commit

Permalink
Add top and bottom padding to text
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <[email protected]>
  • Loading branch information
DorraJaouad committed Aug 25, 2023
1 parent acd1949 commit 0220ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RoomSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ li {
}

& > span {
padding: 5px 5px 5px 10px;
padding: 8px 5px 8px 10px;
vertical-align: middle;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit 0220ef9

Please sign in to comment.