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
ab0238ec
Unverified
Commit
ab0238ec
authored
Mar 16, 2020
by
Torkel Ödegaard
Committed by
GitHub
Mar 16, 2020
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forms: Fix input suffix position (#22780)
* Forms: Fix input suffix position * Update
parent
fb789e83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
packages/grafana-ui/src/components/Forms/Input/Input.tsx
+0
-5
packages/grafana-ui/src/components/Forms/Select/IndicatorsContainer.tsx
+0
-1
No files found.
packages/grafana-ui/src/components/Forms/Input/Input.tsx
View file @
ab0238ec
...
...
@@ -47,11 +47,6 @@ export const getInputStyles = stylesFactory(({ theme, invalid = false }: StyleDe
height: 100%;
/* Min width specified for prefix/suffix classes used outside React component*/
min-width:
${
prefixSuffixStaticWidth
}
;
// Hack to fix font awesome icons
> .fa {
position: relative;
top: 2px;
}
`
;
return
{
...
...
packages/grafana-ui/src/components/Forms/Select/IndicatorsContainer.tsx
View file @
ab0238ec
...
...
@@ -14,7 +14,6 @@ export const IndicatorsContainer = React.forwardRef<HTMLDivElement, React.PropsW
styles
.
suffix
,
css
`
position: relative;
top: 1px;
`
)
}
ref=
{
ref
}
...
...
Kornkitt Poolsup
@Doratong24
mentioned in commit
6575c9cb
Mar 05, 2021
mentioned in commit
6575c9cb
mentioned in commit 6575c9cb6e3981bb7bc2cc2157199b627ffa4f4d
Toggle commit list
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