mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #815 from DimalChandrasiri/master
Fix for long length Device name
This commit is contained in:
commit
2e7066d73f
@ -108,11 +108,16 @@
|
|||||||
.device-info h1, .device-info h4:not(:last-child){
|
.device-info h1, .device-info h4:not(:last-child){
|
||||||
margin: 0px 0px 9px 0px;
|
margin: 0px 0px 9px 0px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.device-id a{
|
.device-id a{
|
||||||
font-size: 0.4em;
|
font-size: 0.4em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
|
right: -5px;
|
||||||
}
|
}
|
||||||
.device-info h4:last-child{
|
.device-info h4:last-child{
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user