Use rem instead of px

This commit is contained in:
Pranav
2025-05-09 11:01:16 -07:00
parent dba72e5a95
commit 5e2678bc6d
2 changed files with 2 additions and 2 deletions
@@ -108,7 +108,7 @@ watchEffect(() => {
</script>
<template>
<div class="border-l border-n-weak min-w-[280px]">
<div class="border-l border-n-weak min-w-[17.5rem]">
<Copilot
:messages="messages"
:support-agent="currentUser"