Sửa lỗi hiển thị điểm đầu và điểm cuối của lộ trình trên bản đồ

This commit is contained in:
2026-06-14 09:06:51 +07:00
parent c7db2c3ed8
commit ed437cdb0f
16 changed files with 783 additions and 163 deletions
+18
View File
@@ -6,4 +6,22 @@
margin: 0;
padding: 0;
}
}
@layer components {
.banner-location-text {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: 80px;
display: inline-block;
vertical-align: bottom;
cursor: help; /* Hiển thị biểu tượng giúp đỡ để gợi ý có tooltip */
}
@media (min-width: 640px) {
.banner-location-text {
max-width: 150px;
}
}
}