mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-28 02:31:28 +02:00
Fix .videowrapper and update button and search components for consistency in text labels (#491)
* Update button and search components for consistency in text labels - Changed button class to prevent text overflow by adding 'whitespace-nowrap'. - Updated placeholder and button text from 'Find something...' to 'Search...' for clarity and uniformity across the search components. - Adjusted aria-labels to match the updated button text for improved accessibility. * Fix videowrapper
This commit is contained in:
@@ -36,7 +36,7 @@ export function Button({
|
||||
let Component = props.href ? Link : 'button'
|
||||
|
||||
className = clsx(
|
||||
'inline-flex gap-0.5 justify-center overflow-hidden text-sm font-medium transition',
|
||||
'inline-flex gap-0.5 justify-center overflow-hidden text-sm font-medium transition whitespace-nowrap',
|
||||
variantStyles[variant],
|
||||
className
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user