diff options
Diffstat (limited to 'src/app/css/grid.css')
-rw-r--r-- | src/app/css/grid.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/css/grid.css b/src/app/css/grid.css index c4c7c74..2533fea 100644 --- a/src/app/css/grid.css +++ b/src/app/css/grid.css @@ -132,6 +132,10 @@ padding: var(--padding) 0px; } +.grid .el.has-icon .text { + width: calc(100% - var(--height)); +} + .grid .el .title, .grid .el .description { height: 1.2em; overflow: hidden; |