SOLR-14038: Admin UI display for "state.json" should be in a scollable region

Signed-off-by: Kevin Risden <krisden@apache.org>
This commit is contained in:
Kevin Risden 2020-01-24 22:14:27 -05:00
parent c4a8a77d23
commit 3885a81aa4
No known key found for this signature in database
GPG Key ID: 040FAE3292C5F73F
3 changed files with 32 additions and 32 deletions

View File

@ -279,6 +279,8 @@ Bug Fixes
* SOLR-13887: Use default idleTimeout instead of 0 for HTTP2 requests. (Houston Putman)
* SOLR-14038: Admin UI display for "state.json" should be in a scollable region (Kevin Risden)
Other Changes
---------------------

View File

@ -158,10 +158,8 @@ limitations under the License.
#content #cloud #file-content
{
position: fixed;
width: 55%;
min-height: 100px;
right: 5%;
float: right;
width: 68%;
}
#content #cloud .show #file-content

View File

@ -36,9 +36,7 @@ limitations under the License.
#content #files #file-content
{
float: right;
position: relative;
width: 78%;
min-height: 100px
}
#content #files .show #file-content
@ -50,4 +48,6 @@ limitations under the License.
{
border: 1px solid transparent;
padding: 2px;
overflow: auto;
max-height: 600px;
}