style(next): attribute detail dialog: add a gap before note paths

This commit is contained in:
Adorian Doran 2025-02-06 23:01:31 +02:00
parent ead3229c1e
commit e288272b22

View File

@ -37,6 +37,11 @@ div.editability-dropdown a.dropdown-item {
right: 30px;
}
/* Note path in attribute detail dialog */
.attr-detail .note-path {
margin-left: 8px;
}
/*
* Similar notes
*/