Show the full title on an ADO user story card
dev.azure.com by ataylor16
Details
Authorataylor16
LicenseNo License
CategoryADO Delivery Plan Board
Created
Updated
Size385 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name dev.azure.com
@version 20230906.19.09
@namespace userstyles.world/user/ataylor16
@description Show the full title on an ADO user story card
@author ataylor16
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://dev.azure.com/edmentum/ED/_deliveryplans") {
.title-text.text-ellipsis {
white-space: initial;
}
}