Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Fix canonical branch popover width
Merged rudolfs opened 2 years ago
1 file changed +3 -3 3cfddf86 ea91dc80
modified src/views/projects/Source/BranchSelector.svelte
@@ -53,12 +53,12 @@
          <IconSmall name="branch" />
          <div class="identifier">{project.defaultBranch}</div>
        </Button>
-
        <div class="txt-small" slot="popover">
+
        <div class="txt-small" slot="popover" style:width="13.5rem">
          <div style:margin-bottom="1rem">
            You are currently browsing the canonical branch.
          </div>
-
          <div>If you want to browse a specific branch,</div>
-
          <div>you need to select the desired remote first.</div>
+
          If you want to browse a specific branch, you need to select the desired
+
          remote first.
        </div>
      </HoverPopover>
    {:else}