1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01: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 845e8fe2f4
commit 09a63c9ff5

View file

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