mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Allow table content to be selectable
no issue - overrides the global `user-select: none` style for `th` and `td` elements
This commit is contained in:
parent
f93405288a
commit
a29e47d727
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ table td,
|
|||
vertical-align: middle;
|
||||
text-align: left;
|
||||
line-height: 20px;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue