Skip to content
Snippets Groups Projects

Resolve "Fix distorted icon for workflows"

Merged Daniel Göbel requested to merge bugfix/152-fix-distorted-icon-for-workflows into main
2 files
+ 21
22
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -386,7 +386,5 @@ onMounted(() => {
.icon {
max-width: 64px;
max-height: 64px;
min-width: 50px;
min-height: 50px;
}
</style>
Loading