Commit c53ea7c7 authored by Takuya Noguchi's avatar Takuya Noguchi

Drop one of duplicated classname from Serverless Function

limit-container-width classname is duplicated in two of the parent
and child elements.  As the child element is not relevant to any of
CSS rules, we can safely remove the child element to reduce DOM size.
Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 586c2abd
......@@ -11,10 +11,9 @@
clusters_path: clusters_path,
help_path: help_path } }
%div{ class: [('limit-container-width' unless fluid_layout)] }
.serverless-function-details#js-serverless-function-details
.serverless-function-details#js-serverless-function-details
.js-serverless-function-notice
.flash-container
.js-serverless-function-notice
.flash-container
.function-holder.js-function-holder.input-group
.function-holder.js-function-holder.input-group
---
title: Drop one of duplicated classname from Serverless Function
merge_request: 41832
author: Takuya Noguchi
type: performance
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment