diff --git a/resources/assets/v2/sass/app.scss b/resources/assets/v2/sass/app.scss index a6415c4d2f..45dc95c407 100644 --- a/resources/assets/v2/sass/app.scss +++ b/resources/assets/v2/sass/app.scss @@ -26,12 +26,23 @@ $danger: #CD5029 !default; $primary: #1E6581 !default; $success: #64B624 !default; +.hover-footer { + overflow-x:hidden; + width:100%; + text-align:right; + white-space: nowrap; + text-overflow: ellipsis +} +.hover-footer:hover { + overflow: auto; + text-overflow: unset; + white-space: normal; +} h3.hover-expand { overflow-x: hidden; text-overflow: ellipsis } h3.hover-expand:hover { - container: sidebar / inline-size; overflow-x: scroll; } diff --git a/resources/views/v2/partials/dashboard/boxes.blade.php b/resources/views/v2/partials/dashboard/boxes.blade.php index b2fe281d12..5600c968b6 100644 --- a/resources/views/v2/partials/dashboard/boxes.blade.php +++ b/resources/views/v2/partials/dashboard/boxes.blade.php @@ -25,14 +25,14 @@ - + @@ -41,6 +41,10 @@
+ + -