We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c3c38 commit ba41dc1Copy full SHA for ba41dc1
2 files changed
src/Aspire.Dashboard/Model/ResourceMenuItems.cs
@@ -149,6 +149,7 @@ public static void AddMenuItems(
149
Text = url.Text,
150
Tooltip = url.Url,
151
Icon = s_linkIcon,
152
+ Class = "resource-actions-url-menuitem",
153
AdditionalAttributes = new Dictionary<string, object>
154
{
155
["data-openbutton"] = "true",
src/Aspire.Dashboard/wwwroot/css/app.css
@@ -817,3 +817,8 @@ fluent-tooltip[anchor="dialog_close"] > div {
817
vertical-align: text-bottom;
818
margin-right: 3px;
819
}
820
+
821
+.resource-actions-url-menuitem::part(content) {
822
+ width: 100%;
823
+ text-overflow: ellipsis;
824
+}
0 commit comments