Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
assets/base.css +3 −2
| @@ -2032,8 +2032,9 @@ table.blob tr:target { | |||
| 2032 | flex: none; | 2032 | flex: none; |
| 2033 | } | 2033 | } |
| 2034 | /* Action-row submit buttons must not inherit the stacked-form top margin, or | 2034 | /* Action-row submit buttons must not inherit the stacked-form top margin, or |
| 2035 | they float out of vertical alignment with the row. */ | 2035 | they float out of vertical alignment with the row. This selector is kept more |
| 2036 | .entry-row-actions form button[type="submit"] { | 2036 | specific than `.card form button[type="submit"]:not(.inline-btn)`. */ |
| 2037 | .card .entry-row .entry-row-actions form button[type="submit"] { | ||
| 2037 | margin-top: 0; | 2038 | margin-top: 0; |
| 2038 | } | 2039 | } |
| 2039 | .commit-sha-pill { | 2040 | .commit-sha-pill { |