Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
289789e9
Commit
289789e9
authored
Apr 27, 2022
by
Stefan Probst
Browse files
style: avoid word-breaks
parent
0705dc2c
Pipeline
#293017
passed with stages
in 14 minutes and 57 seconds
Changes
6
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/components/account/ContributedItemSearchFilters.module.css
View file @
289789e9
...
...
@@ -95,6 +95,7 @@
.secondary
{
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
.active-facets
{
...
...
src/components/account/ModerateItemSearchFilters.module.css
View file @
289789e9
...
...
@@ -95,6 +95,7 @@
.secondary
{
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
.active-facets
{
...
...
src/components/account/VocabularySearchFilters.module.css
View file @
289789e9
...
...
@@ -95,6 +95,7 @@
.secondary
{
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
.active-facets
{
...
...
src/components/item/ItemMetadata.module.css
View file @
289789e9
...
...
@@ -71,6 +71,7 @@
.secondary
{
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
.link
{
...
...
src/components/search/SearchFilters.module.css
View file @
289789e9
...
...
@@ -96,6 +96,7 @@
.secondary
{
color
:
var
(
--color-text-muted
);
overflow-wrap
:
initial
;
}
.active-facets
{
...
...
src/lib/core/ui/Breadcrumbs/Breadcrumbs.module.css
View file @
289789e9
...
...
@@ -2,6 +2,7 @@
display
:
flex
;
gap
:
var
(
--space-2
);
font-size
:
var
(
--font-size-ui-base
);
overflow-wrap
:
initial
;
}
.nav-separator
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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