Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-11 12:09:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-11 12:09:48 +0300
commit3f3e4bcc50a3280d03299c2c263eafd9c8e3bd7b (patch)
treeeccfc6b87b404f2871cc795bf2f7223a7e391939 /app/assets/stylesheets/pages
parent65a1175e466105fca1f40cb5a995fdb100ff334e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/error_list.scss52
-rw-r--r--app/assets/stylesheets/pages/groups.scss2
2 files changed, 13 insertions, 41 deletions
diff --git a/app/assets/stylesheets/pages/error_list.scss b/app/assets/stylesheets/pages/error_list.scss
index f97953ce824..88fdcc47492 100644
--- a/app/assets/stylesheets/pages/error_list.scss
+++ b/app/assets/stylesheets/pages/error_list.scss
@@ -20,47 +20,19 @@ $gray-border: 1px solid $border-color;
}
}
- @include media-breakpoint-down(xs) {
- .table-row {
- border: $gray-border;
- border-radius: 4px;
- }
-
- .search-box {
- border-top: $gray-border;
- border-bottom: $gray-border;
- background-color: $gray-50;
- }
-
- .table-col {
- min-height: 68px;
-
- &::before {
- text-align: left !important;
- }
-
- &:first-child {
- div {
- padding: 0 !important;
- align-items: flex-end;
- }
- }
-
- &:last-child {
- height: 64px;
- background-color: $gray-normal;
-
- &::before {
- content: none !important;
- }
-
- div {
- width: 100% !important;
- padding: 0 !important;
+ @include media-breakpoint-down(md) {
+ .error-list-table {
+ .table-col {
+ min-height: 68px;
+
+ &:last-child {
+ &::before {
+ content: none !important;
+ }
- a {
- color: $blue-500;
- border-color: $blue-500;
+ div {
+ width: 100% !important;
+ padding: 0 !important;
}
}
}
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index 3085f5e89b5..305956e1baf 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -420,7 +420,7 @@ table.pipeline-project-metrics tr td {
p {
@include str-truncated;
- max-width: none;
+ max-width: 100%;
}
}