Elastic: Improvements to the activesync devices list

This commit is contained in:
Aleksander Machniak 2018-01-04 11:35:56 +01:00
parent ae0061fcff
commit d406ee4ec0

View file

@ -32,4 +32,22 @@
&:extend(.font-icon-class);
content: @fa-var-rss-square; // TODO: mobile icon is not free
}
td {
display: flex;
span {
.overflow-ellipsis;
}
}
.devicealias {
flex: 1;
}
.devicetype {
max-width: 40%;
font-style: italic;
padding-left: .5em;
}
}