Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Fix issue/patch second column overflow problem
Rūdolfs Ošiņš committed 10 months ago
commit a1de446c79360f2ac0b67ceef2f4ac45da58e391
parent 2b8d324
2 files changed +2 -2
modified src/components/IssueSecondColumn.svelte
@@ -66,7 +66,7 @@
    align-items: center;
    min-height: 2.5rem;
    margin-bottom: 1rem;
-
    min-width: 450px;
+
    min-width: 28rem;
  }
  .list {
    display: flex;
modified src/views/repo/Patch.svelte
@@ -453,7 +453,7 @@
    <div
      class="txt-medium global-flex"
      style:font-weight="var(--font-weight-medium)"
-
      style:min-width="450px"
+
      style:min-width="28rem"
      style:min-height="2.5rem"
      style:margin-bottom="1rem">
      <PatchStateFilterButton