You've already forked Mailu
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user