Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
be73dcd2
Unverified
Commit
be73dcd2
authored
Mar 18, 2020
by
maximka
Committed by
GitHub
Mar 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Search: Improve tags layout , #22804 (#22830)
parent
1cd7ce24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
public/sass/components/_search.scss
+10
-3
No files found.
public/sass/components/_search.scss
View file @
be73dcd2
...
@@ -90,6 +90,7 @@
...
@@ -90,6 +90,7 @@
height
:
unset
;
height
:
unset
;
.label-tag
{
.label-tag
{
margin-top
:
2px
;
margin-left
:
6px
;
margin-left
:
6px
;
font-size
:
11px
;
font-size
:
11px
;
padding
:
2px
6px
;
padding
:
2px
6px
;
...
@@ -157,8 +158,10 @@
...
@@ -157,8 +158,10 @@
display
:
flex
;
display
:
flex
;
flex-grow
:
1
;
flex-grow
:
1
;
height
:
37px
;
align-items
:
center
;
white-space
:
nowrap
;
height
:
auto
;
min-height
:
37px
;
white-space
:
initial
;
padding
:
0px
;
padding
:
0px
;
&
:hover
,
&
:hover
,
...
@@ -241,7 +244,11 @@
...
@@ -241,7 +244,11 @@
}
}
.search-item__tags
{
.search-item__tags
{
display
:
block
;
display
:
flex
;
flex
:
1
1
auto
;
flex-wrap
:
wrap
;
justify-content
:
flex-end
;
margin-top
:
-2px
;
}
}
.search-dropdown__col_2
{
.search-dropdown__col_2
{
...
...
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