mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
fix for application listing app name clipping issue
This commit is contained in:
parent
bd65b1d73b
commit
930dccaa4d
@ -40,7 +40,9 @@
|
|||||||
|
|
||||||
.app-info h4{
|
.app-info h4{
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
overflow-wrap: break-word;
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.application i{
|
.application i{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user