eyed-phpmyadmin-theme icon indicating copy to clipboard operation
eyed-phpmyadmin-theme copied to clipboard

Navbar text overflow when table name is too long

Open esyede opened this issue 9 months ago • 0 comments

Sample: Image

Fixes:

li.nav_node_table.nav_node_table {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

Result:

Image

esyede avatar Apr 13 '25 18:04 esyede