notification.css 165 B

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