diff options
Diffstat (limited to 'web_src/less')
-rw-r--r-- | web_src/less/features/gitgraph.less | 1 | ||||
-rw-r--r-- | web_src/less/helpers.less | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/web_src/less/features/gitgraph.less b/web_src/less/features/gitgraph.less index f664a31d57..25dcc02159 100644 --- a/web_src/less/features/gitgraph.less +++ b/web_src/less/features/gitgraph.less @@ -137,6 +137,7 @@ .author .ui.avatar.image { width: auto; height: 18px; + max-width: none; } } diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less index a4e8243cc7..f35412fd0e 100644 --- a/web_src/less/helpers.less +++ b/web_src/less/helpers.less @@ -28,6 +28,12 @@ word-wrap: break-word !important; } +.ellipsis { + overflow: hidden !important; + white-space: nowrap !important; + text-overflow: ellipsis !important; +} + .full-screen-width { width: 100vw !important; } .full-screen-height { height: 100vh !important; } |