-
Flex List (standalone)
+Flex Relaxed List
+
+
+
+
+
+
+ left looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong
+ right
+
+ Flex Divided List (standalone)
@@ -87,7 +97,7 @@
-
-
Flex List (with "ui segment")
+Flex Divided List (with "ui segment")
item 1
@@ -101,7 +111,7 @@
item 2
Flex List (with "ui segment fitted", items have their own padding)
+Flex Divided List (with "ui segment fitted", items have their own padding)
item 1
diff --git a/templates/org/header.tmpl b/templates/org/header.tmpl
index 4f9e54b610..58300edc5b 100644
--- a/templates/org/header.tmpl
+++ b/templates/org/header.tmpl
@@ -1,6 +1,6 @@
-
+
{{ctx.AvatarUtils.Avatar .Org 100}}
-
+
{{.Org.DisplayName}}
diff --git a/web_src/css/shared/flex-list.css b/web_src/css/shared/flex-list.css
index 99515c1342..cb6c69957a 100644
--- a/web_src/css/shared/flex-list.css
+++ b/web_src/css/shared/flex-list.css
@@ -3,6 +3,8 @@
display: flex;
flex-direction: column;
gap: var(--gap-block);
+ min-width: 0; /* keep the same style as "flex-text-block" etc, make the text content wrap/ellipse correctly */
+ max-width: 100%;
}
.flex-relaxed-list > .divider {