From 97ab51c3545a0cfb0bf7f5e25baccd35c8741dd5 Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Tue, 6 Jun 2017 12:07:37 -0700 Subject: [PATCH] CSS fixes for operationId display --- src/core/components/operation.jsx | 2 +- src/style/_layout.scss | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/core/components/operation.jsx b/src/core/components/operation.jsx index 91a68544..9b5133c7 100644 --- a/src/core/components/operation.jsx +++ b/src/core/components/operation.jsx @@ -167,7 +167,7 @@ export default class Operation extends React.Component { } - { displayOperationId && operationId ? {operationId} : null } + { displayOperationId && operationId ? {operationId} : null } { (!security || !security.count()) ? null : diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 278cc8f4..572bc5fd 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -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