Following is an example of write CSS class. The advantage of using CSS class is to apply style to a specific component and do not affect the same component on other pages.
- .yourClassName af|inputFile:update::content span:first-of-type {
- max-width: 230px;
- display: inline-block;
- overflow: hidden;
- text-overflow: ellipsis;
- }
No comments:
Post a Comment