I am currently utilizing the mdl framework to design my web application.
<div class="demo-card-wide mdl-card mdl-shadow--2dp mdl-cell mdl-cell--top mdl-cell--6-col">
...
<div class="demo-card-wide mdl-card mdl-shadow--2dp mdl-cell mdl-cell--top mdl-cell--6-col">
...
<div ng-init="showLmsSwitch()" class="demo-card-wide mdl-card mdl-shadow--2dp mdl-cell mdl-cell--6-col mdl-cell--top">
...
These three cards shown in the image are part of my design.
https://i.sstatic.net/wSmae.png
The third card (steuerung logitech media server) at the bottom is supposed to align at the top due to the class mdl-cell--top
, but it does not.
Does anyone have an explanation for this behavior?
Appreciate any help in advance!