0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-04 21:50:49 -05:00
forgejo/web_src/js/components
Gusted 0dc631fa9d
[UI] Fix misalligned icons
- On the pull request page, two icons were misaligned vertically with
their text part.
- This patch adds the simple flexbox trick with `align-items: center` to
vertically center the children elements and adds `gt-ml-2` to the text,
to add space between icon and text that would otherwise be removed
because of `display: flex`.

(cherry picked from commit 5c991c1043)
(cherry picked from commit dced28df0a)
2023-06-13 08:02:01 +02:00
..
.eslintrc.yaml
ActionRunStatus.vue
ActivityHeatmap.vue
ContextPopup.vue
DashboardRepoList.vue
DiffFileList.vue
DiffFileTree.vue
DiffFileTreeItem.vue
PullRequestMergeForm.vue [UI] Fix misalligned icons 2023-06-13 08:02:01 +02:00
RepoActionView.test.js
RepoActionView.vue
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue
ScopedAccessTokenSelector.vue