Removed extra file.

This commit is contained in:
Lauri Ojansivu 2026-02-07 04:12:10 +02:00
parent cb6d487cbd
commit 0987154a7f

View file

@ -1,19 +0,0 @@
/* Fix for text truncation in header quick-access - override */
#header-quick-access ul.header-quick-access-list {
overflow: hidden !important;
overflow-x: hidden !important;
scrollbar-width: none !important;
-ms-overflow-style: none !important;
}
#header-quick-access ul.header-quick-access-list::-webkit-scrollbar {
display: none !important;
width: 0 !important;
height: 0 !important;
}
#header-quick-access ul.header-quick-access-list li.current.empty {
flex: 1 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
max-width: none !important;
}