CSS fixes for operationId display

This commit is contained in:
Kyle Shockey
2017-06-06 12:07:37 -07:00
parent 0fdaeff5e8
commit 97ab51c354
2 changed files with 3 additions and 8 deletions

View File

@@ -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 :

View File

@@ -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