diff --git a/html/nested-cws.tsx b/html/nested-cws.tsx
index 8a61cf4..ade4c49 100644
--- a/html/nested-cws.tsx
+++ b/html/nested-cws.tsx
@@ -24,7 +24,7 @@ export const CW = ({ cws, end }: { cws: string[][]; end: JSX.Element }) =>
                             </b>
                         </p>
                     </div>
-                    <div style="cursor:pointer;background-color:rgb(var(--color-cherry));border-radius:0.5rem;color:rgb(var(--color-notWhite));padding:0.75rem;line-height:1;letter-spacing:0.05em;whitespace:nowrap">
+                    <div style="cursor:pointer;background-color:rgb(var(--color-cherry));border-radius:0.5rem;color:rgb(var(--color-notWhite));padding:0.75rem;line-height:1;letter-spacing:0.05em;user-select:none">
                         show post
                     </div>
                 </div>