mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
feat: enhance UI by adding select-none class to improve text selection behavior in team management and breadcrumb components
This commit is contained in:
parent
d76380334f
commit
e3cabe8772
2 changed files with 15 additions and 15 deletions
|
|
@ -196,7 +196,7 @@ export function DashboardBreadcrumb() {
|
|||
}
|
||||
|
||||
return (
|
||||
<Breadcrumb>
|
||||
<Breadcrumb className="select-none">
|
||||
<BreadcrumbList>
|
||||
{breadcrumbs.map((item, index) => (
|
||||
<React.Fragment key={`${index}-${item.href || item.label}`}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue