Skip to content

Commit ccab690

Browse files
committed
Set minimum height for list items in RecentlyModifiedDevices and RecentlyModifiedInstances components.
1 parent c42e794 commit ccab690

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/pages/team/Home/components/RecentlyModifiedDevices.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export default {
139139
display: flex;
140140
width: 100%;
141141
height: fit-content;
142+
min-height: 55px;
142143
justify-content: space-between;
143144
align-items: center;
144145
gap: 10px;

frontend/src/pages/team/Home/components/RecentlyModifiedInstances.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export default {
110110
display: flex;
111111
width: 100%;
112112
height: fit-content;
113+
min-height: 55px;
113114
justify-content: space-between;
114115
align-items: center;
115116
gap: 10px;

0 commit comments

Comments
 (0)