Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

clamped the scene name to be 20 characters with an ellipse and a tooltip #10936

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

MbfloydIR
Copy link
Contributor

Summary

clamped the scene name to be 20 characters with an ellipse and a tooltip
https://tsu.atlassian.net/browse/IR-3667

Subtasks Checklist

Breaking Changes

References

closes #insert number here

QA Steps

Copy link
Contributor

@DanielBelmes DanielBelmes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Michael you should be able to simplify this using the CSS overflow property and https://www.w3schools.com/cssref/css3_pr_text-overflow.php

So we can set a fix css width on this HTML element and then set this other css property that will tell the browser to display elipsis when it is too large for that element.

* dev:
  IR-3602-Changing-CSM-cascade-count-or-tonemapping-spams-errors (#10926)
  hotfix gizmo zeroed position on rigidbody entities (#10943)
  Add download progress bar and optimize util files (#10914)
  [IR-3547] studio: show unsaved changes dialog when switching between scenes (#10921)
  added tailwind class to break the line in the middle of words to prevent overflowing the alocated space (#10944)
  Updating the description of hemisphere lights to better explain what they do and why. (#10945)
  Left aligning the text in the "Add Component" and "Add Entity" menus (#10946)
  studio: open context menu on file menu right click (#10908)
  Fixed a bug with project PUTs without commit SHAs (#10942)
  IR-2873 Fix disabled state for select dropdown arrow (#10950)
  IR-3700: Added search by sso/email in user table (#10929)
  IR-3053: Add project-history service (#10736)
  Component dependencies (#10916)
  [IR-3324] studio: drag-n-drop folders (#10737)
  prevent scene from disappearing when double-clicking on a HierarchyTreeNode (#10932)
  fix tooltip css applied to all popups (#10938)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants