fix(ux): responsive ui display (#8132)

* fix: responsive operation

* fix: responsive tag display

* fix: responsive content type selector

* fix: input display

* fix: width of server selector
This commit is contained in:
yzhe819
2022-08-02 09:11:47 +12:00
committed by GitHub
parent a9ae910c6f
commit c36f240e47
5 changed files with 31 additions and 4 deletions

View File

@@ -39,9 +39,9 @@ table
@include text_code();
}
.header-example
.header-example
{
color: #999;
color: #999;
font-style: italic;
}
}
@@ -91,7 +91,7 @@ table
{
width: 99%; // forces other columns to shrink to their content widths
margin-bottom: 2em;
input[type=text]
input
{
width: 100%;
max-width: 340px;