diff options
Diffstat (limited to 'apps/Notes/Notes.module.scss')
-rw-r--r-- | apps/Notes/Notes.module.scss | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/Notes/Notes.module.scss b/apps/Notes/Notes.module.scss index 2e3c68f..fba396a 100644 --- a/apps/Notes/Notes.module.scss +++ b/apps/Notes/Notes.module.scss @@ -29,7 +29,7 @@ min-width: 10em; white-space: nowrap; padding-bottom: .5em; - cursor: pointer; + // cursor: pointer; line-height: 1.1em; &:first-of-type { @@ -50,10 +50,12 @@ &:first-of-type { width: 99%; display: flex; - padding-right: 1em; + margin-right: 1em; + // display:inline-block; & > span:nth-child(1) { text-overflow: ellipsis; + overflow: hidden; flex-grow: 1; } @@ -73,7 +75,7 @@ &:hover { background: #eee; border-radius: .5em; - cursor: pointer; + // cursor: pointer; & > td:first-of-type > span:nth-child(n+2){ color: #666; @@ -216,7 +218,7 @@ label { display: inline-block; - cursor: pointer; + // cursor: pointer; } li { |