diff --git a/COMET.Web.Common/Components/CardView/CardView.razor b/COMET.Web.Common/Components/CardView/CardView.razor index 4ef7adc2..a4b5edae 100644 --- a/COMET.Web.Common/Components/CardView/CardView.razor +++ b/COMET.Web.Common/Components/CardView/CardView.razor @@ -39,7 +39,7 @@

-
+
diff --git a/COMETwebapp/Components/MultiModelEditor/ElementDefinitionTreeItem.razor b/COMETwebapp/Components/MultiModelEditor/ElementDefinitionTreeItem.razor index 0da81199..3599d225 100644 --- a/COMETwebapp/Components/MultiModelEditor/ElementDefinitionTreeItem.razor +++ b/COMETwebapp/Components/MultiModelEditor/ElementDefinitionTreeItem.razor @@ -20,15 +20,17 @@ // along with this program. If not, see http://www.gnu.org/licenses/. -------------------------------------------------------------------------------> -
+
@this.ElementBaseTreeRowViewModel.ElementName - - - - @foreach (var categoryShortName in this.ElementBaseTreeRowViewModel.ElementBase.GetAllCategories().Select(x => x.ShortName)) - { + - + - } + @foreach (var categoryShortName in this.ElementBaseTreeRowViewModel.ElementBase.GetAllCategories().Select(x => x.ShortName)) + { + + + + } +