Browse Source

Make switch port list horizontally scrollable in topology

fix_switch_topologie_port_overflow
Jean-Romain Garnier 5 years ago
parent
commit
f2deb4acd9
  1. 1
      static/css/base.css

1
static/css/base.css

@ -148,6 +148,7 @@ a > i.fa {
.table-responsive {
overflow: visible;
overflow-x: scroll;
}
/* Make modal wider on wide screens */

Loading…
Cancel
Save