Fix data table header checkbox positioning. Fixes #923. (Closes #1409)

master
Sérgio Gomes 2015-08-17 17:08:33 +01:00 committed by Addy Osmani
parent e718062dac
commit eb12f0817f
1 changed files with 3 additions and 1 deletions

View File

@ -96,7 +96,9 @@
box-sizing: border-box;
.mdl-data-table__select {
position: relative;
position: absolute;
bottom: 8px;
left: 24px;
}
}
}