Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css ellipsis

.app a {
  height: 18px;
  width: 140px;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 5px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #ellipsis
ADD COMMENT
Topic
Name
2+3 =