mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Firefox/IE issue, invisible text in dashboard search fixed, Fixes #1872
This commit is contained in:
parent
b99ee2562e
commit
7064d87106
@ -1,6 +1,7 @@
|
|||||||
# 2.0.3 (unreleased)
|
# 2.0.3 (unreleased)
|
||||||
|
|
||||||
**Fixes**
|
**Fixes**
|
||||||
|
- [Issue #1872](https://github.com/grafana/grafana/issues/1872). Firefox/IE issue, invisible text in dashboard search fixed
|
||||||
- [Issue #1857](https://github.com/grafana/grafana/issues/1857). /api/login/ping Fix for issue when behind reverse proxy and subpath
|
- [Issue #1857](https://github.com/grafana/grafana/issues/1857). /api/login/ping Fix for issue when behind reverse proxy and subpath
|
||||||
- [Issue #1863](https://github.com/grafana/grafana/issues/1863). MySQL: Dashboard.data column type changed to mediumtext (sql migration added)
|
- [Issue #1863](https://github.com/grafana/grafana/issues/1863). MySQL: Dashboard.data column type changed to mediumtext (sql migration added)
|
||||||
|
|
||||||
|
@ -22,7 +22,8 @@
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
input {
|
input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 18px 8px;
|
padding: 8px 8px;
|
||||||
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
|
Loading…
Reference in New Issue
Block a user