Commit 530b62c5 authored by Koukofikis's avatar Koukofikis
Browse files

Merge branch 'MLAB-582' into 'testing'

Add card-body-fixed-height class

See merge request !136
parents ece2572e 11536ed0
Pipeline #5124 passed with stage
in 12 seconds
......@@ -276,6 +276,12 @@ justify-content:space-evenly;}
padding: 1.25rem;
}
.card-body-fixed-height {
padding: 1.25rem;
overflow: hidden;
height: 13rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment