Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
a2bc4090
Commit
a2bc4090
authored
Apr 27, 2022
by
Stefan Probst
Browse files
style: don't shrink results count
parent
a9662e24
Pipeline
#293081
passed with stages
in 16 minutes and 27 seconds
Changes
5
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/components/account/ContributedItemSearchFilters.module.css
View file @
a2bc4090
...
...
@@ -94,6 +94,7 @@
}
.secondary
{
flex-shrink
:
0
;
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
...
...
src/components/account/ModerateItemSearchFilters.module.css
View file @
a2bc4090
...
...
@@ -94,6 +94,7 @@
}
.secondary
{
flex-shrink
:
0
;
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
...
...
src/components/account/VocabularySearchFilters.module.css
View file @
a2bc4090
...
...
@@ -94,6 +94,7 @@
}
.secondary
{
flex-shrink
:
0
;
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
...
...
src/components/item/ItemMetadata.module.css
View file @
a2bc4090
...
...
@@ -70,6 +70,7 @@
}
.secondary
{
flex-shrink
:
0
;
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
...
...
src/components/search/SearchFilters.module.css
View file @
a2bc4090
...
...
@@ -95,6 +95,7 @@
}
.secondary
{
flex-shrink
:
0
;
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment