diff --git a/aqt/deckbrowser.py b/aqt/deckbrowser.py index 1c04369d5..9f06b2a16 100644 --- a/aqt/deckbrowser.py +++ b/aqt/deckbrowser.py @@ -71,11 +71,12 @@ or importing text files.""")) _css = """ tr { font-size: 12px; } -a.deck { color: #000; text-decoration: none; } +a.deck { color: #000; text-decoration: none; min-width: 5em; + display:inline-block; } a.deck:hover { text-decoration: underline; } tr.deck td { border-bottom: %(width)s solid #e7e7e7; } tr.top-level-drag-row td { border-bottom: %(width)s solid transparent; } -td.opts { white-space: nowrap; } +td { white-space: nowrap; } tr.drag-hover td { border-bottom: %(width)s solid #aaa; } .extra { font-size: 90%%; } body { margin: 1em; -webkit-user-select: none; }