notification.css 195 B

1234567891011121314
  1. html {
  2. font-family: sans-serif;
  3. font-size: 11pt;
  4. width: 300px;
  5. height: 40px;
  6. }
  7. a {
  8. width: 290px;
  9. display: inline-block;
  10. overflow: hidden;
  11. text-overflow: ellipsis;
  12. white-space: nowrap;
  13. }