Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix canonical branch popover width
Rūdolfs Ošiņš committed 2 years ago
commit ea91dc800b397c4ad9200e24baa15da8577d47dd
parent 3cfddf8647eca72d116538895657dc8821e48cd6
1 file changed +3 -3
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}