Skip to content

Commit 3929656

Browse files
Fix asset tags.
1 parent c7f33fb commit 3929656

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

frontend/src/app/features/assets/pages/asset-tags.component.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
}
3030

3131
.nav-item {
32+
.nav-link {
33+
display: flex;
34+
align-items: center;
35+
width: 100%;
36+
text-align: left;
37+
text-decoration: none;
38+
}
39+
40+
.row {
41+
width: 100%;
42+
}
43+
3244
&:hover {
3345
.btn-rename {
3446
display: block;

0 commit comments

Comments
 (0)