Merge pull request #3193 from shockey/operation-id-tweaks
CSS fixes for operationId display
This commit is contained in:
@@ -167,7 +167,7 @@ export default class Operation extends React.Component {
|
||||
</div>
|
||||
}
|
||||
|
||||
{ displayOperationId && operationId ? <span className="opblock-summary-path">{operationId}</span> : null }
|
||||
{ displayOperationId && operationId ? <span className="opblock-summary-operation-id">{operationId}</span> : null }
|
||||
|
||||
{
|
||||
(!security || !security.count()) ? null :
|
||||
|
||||
@@ -212,7 +212,7 @@ body
|
||||
.opblock-summary-operation-id,
|
||||
.opblock-summary-path__deprecated
|
||||
{
|
||||
font-size: 13px;
|
||||
font-size: 16px;
|
||||
|
||||
display: flex;
|
||||
|
||||
@@ -248,14 +248,9 @@ body
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.opblock-summary-path
|
||||
{
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.opblock-summary-operation-id
|
||||
{
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.opblock-summary-description
|
||||
|
||||
Reference in New Issue
Block a user