Signed-off-by: Safwan Parkar safwanparkar6@gmail.com
Monorepo for Tangled โ https://tangled.org
appview: pages/templates/repo: fix styling for file tree items #433
merged
opened by
expand 1 commit
hide 1 commit
appview: pages/templates/repo: fix styling for file tree items
Signed-off-by: Safwan Parkar <safwanparkar6@gmail.com>
Forgot to add a description.
changes:
truncateutilityy class. had to wrap the file name in aspanfor this since I've never used template tooling for building UIs ๐flex-shrink-0to the icon to maintian their size when the names get too long.before: long file names could overflow, and icons would get compressed/smaller. after: names are truncated with ellipsis, and icons are sized consistently