Skip to content
代码片段 群组 项目
未验证 提交 d2439f79 编辑于 作者: Phil Hughes's avatar Phil Hughes
浏览文件

Fixes extra spacing in the new merge request dashboard

Fixes an extra spacing being visible at the bottom of each list when the users system
has scrollbars to be visible all the time.
上级 104b91d8
No related branches found
No related tags found
无相关合并请求
......@@ -42,7 +42,7 @@ export default {
<template #default="{ mergeRequests, count, hasNextPage, loadMore, loading, error }">
<collapsible-section :count="count" :loading="loading || error" :title="list.title">
<div>
<div class="gl-overflow-x-scroll">
<div class="gl-overflow-x-auto">
<table class="gl-w-full">
<colgroup>
<col style="width: 60px" />
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册