panel.css 255 B

123456789101112131415161718192021
  1. html, body {
  2. width: 100%;
  3. }
  4. #tabs {
  5. margin-top: 1px;
  6. width: 100%;
  7. }
  8. .tab {
  9. border: solid grey 1px;
  10. margin-bottom: 1px;
  11. padding-left: 2px;
  12. width: 100%;
  13. }
  14. .tab-title {
  15. overflow: hidden;
  16. text-overflow: ellipsis;
  17. white-space: nowrap;
  18. }