mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-03 00:03:14 -04:00
Limit title text height in CSS
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
max-height: 350px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.uk-card-title {
|
||||
height: 3em;
|
||||
}
|
||||
.acard:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user