Skip to content

Commit 89924f4

Browse files
authored
fix text wrapping in Open in Browser button (#34)
1 parent 9018a16 commit 89924f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RemixDevTools/tabs/RoutesTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const RoutesTab = () => {
6868
</span>
6969
<div
7070
title={pathToOpen}
71-
className="rdt-mr-2 rdt-rounded rdt-border rdt-border-gray-400 rdt-px-2 rdt-py-1 rdt-text-sm"
71+
className="rdt-mr-2 rdt-whitespace-nowrap rdt-rounded rdt-border rdt-border-gray-400 rdt-px-2 rdt-py-1 rdt-text-sm"
7272
onClick={(e) => {
7373
e.preventDefault();
7474
navigate(path);

0 commit comments

Comments
 (0)