fix note title overflow problem
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
.notes {
|
.notes {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
max-width: 25%;
|
||||||
border-left: 1px solid #dddddd;
|
border-left: 1px solid #dddddd;
|
||||||
border-right: 1px solid #dddddd;
|
border-right: 1px solid #dddddd;
|
||||||
|
|
||||||
@@ -60,7 +61,6 @@
|
|||||||
> .name {
|
> .name {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user