diff --git a/public/css/module.less b/public/css/module.less index 6cef922c..3bb0bb1b 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -1372,13 +1372,13 @@ table.activity-log { position: absolute; height: 100%; background: @body-bg-color; - border-radius: 0.5em; + border-radius: 1em; } a.range-comment { width: 100%; height: 100%; display: block; - border-radius: 0.5em; + border-radius: 1em; padding: 0.2em 1em; vertical-align: middle; &::-webkit-scrollbar { @@ -1388,12 +1388,11 @@ table.activity-log { -ms-overflow-style: none; overflow-y:auto; overflow-x:hidden; - text-overflow: ellipsis; word-break: break-word; &:hover { text-decoration: none; } - background: fade(@color-warning-handled, 40%); + background: fade(@color-warning-handled, 20%); &:hover { background: fade(@color-warning-handled, 60%); }