1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Fix #22, use ellipsis for overflowing text

This commit is contained in:
Pierre Jaury
2016-08-11 16:56:50 +02:00
parent c07211677c
commit 678a5c8065

View File

@@ -1,3 +1,10 @@
.select2-search--inline .select2-search__field:focus {
border: none;
}
.sidebar h4 {
padding-left: 5px;
padding-right: 5px;
overflow: hidden;
text-overflow: ellipsis;
}