Added Formula select to view mode

This commit is contained in:
WBHarry 2026-01-17 19:01:50 +01:00
parent 48b76e2961
commit 91d22292e1
4 changed files with 88 additions and 7 deletions

View file

@ -19,4 +19,11 @@
}
}
}
.roll-table-view-formula-container {
width: fit-content;
display: flex;
align-items: center;
gap: 4px;
}
}