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:
@@ -106,6 +106,18 @@
|
||||
flex: 1 1 150px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
small
|
||||
{
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
>div
|
||||
{
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.parameter__type
|
||||
@@ -328,6 +340,14 @@
|
||||
max-width: calc(100% - 110px - 15rem);
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.opblock-summary-path
|
||||
{
|
||||
flex-shrink: 1;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.opblock-summary-path__deprecated
|
||||
{
|
||||
text-decoration: line-through;
|
||||
|
||||
Reference in New Issue
Block a user