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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user