diff --git a/frontend/src/Page/Packages.elm b/frontend/src/Page/Packages.elm index 71c85ca..d98a499 100644 --- a/frontend/src/Page/Packages.elm +++ b/frontend/src/Page/Packages.elm @@ -349,7 +349,7 @@ viewResultItem nixosChannels channel showInstallDetails show item = ul [] (li [] [ text "Name: " - , code [] [ text item.source.pname ] + , code [ class "package-name" ] [ text item.source.pname ] ] :: (optionals (item.source.pversion /= "") [ li [] diff --git a/frontend/src/index.less b/frontend/src/index.less index 889134c..dd42b9e 100644 --- a/frontend/src/index.less +++ b/frontend/src/index.less @@ -43,6 +43,10 @@ } } +.package-name { + user-select: all; +} + /* ------------------------------------------------------------------------- */ /* -- Layout --------------------------------------------------------------- */ /* ------------------------------------------------------------------------- */