Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate border and margin classes to Tailwind #29828

Merged
merged 12 commits into from
Mar 18, 2024
2 changes: 1 addition & 1 deletion templates/status/500.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</div>
</nav>
<div class="divider"></div>
<div class="divider gt-my-0"></div>
<div role="main" class="page-content status-page-500">
<div class="ui container" >
<style> .ui.message.flash-message { text-align: left; } </style>
Expand Down
2 changes: 1 addition & 1 deletion web_src/js/components/DashboardRepoList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export default sfc; // activate the IDE's Vue plugin
</li>
</ul>
<div v-if="showMoreReposLink" class="tw-text-center">
<div class="divider gt-my-0"></div>
<div class="divider gt-my-0"/>
silverwind marked this conversation as resolved.
Show resolved Hide resolved
<div class="ui borderless pagination menu narrow gt-my-3">
<a
class="item navigation gt-py-2" :class="{'disabled': page === 1}"
Expand Down
Loading