0
Fork 0
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:
Kevin Ansfield 2016-05-12 17:42:52 +02:00
parent f93405288a
commit a29e47d727

View file

@ -18,6 +18,7 @@ table td,
vertical-align: middle;
text-align: left;
line-height: 20px;
user-select: text;
}