diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-11-26 16:51:57 -0600 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-12-20 14:01:31 +0000 |
| commit | 971954471f7b5fd59a509a6a0c451c009bb4bbc4 (patch) | |
| tree | a973b4a14d9ab88f8f37e72b7c18078d4454d792 /app/common/styles/layout | |
| parent | dbf048119670aabcdff6c35fe6873f0ac7555a69 (diff) | |
| download | phosphor-webui-971954471f7b5fd59a509a6a0c451c009bb4bbc4.tar.gz phosphor-webui-971954471f7b5fd59a509a6a0c451c009bb4bbc4.zip | |
Fix Server power operations page style
On the Server power operations page, need a width: 100% for the
"Select a power operation" header.
Drop "Row" from power operations div to fix confirm modal being
cut off.
These are needed because of the move to Bootstrap 4.
84e114a
Resolves openbmc/phosphor-webui#51
Change-Id: I7250daf2aed4ce5af7ed5acdf61a65cc38deac72
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/common/styles/layout')
| -rw-r--r-- | app/common/styles/layout/content.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/common/styles/layout/content.scss b/app/common/styles/layout/content.scss index 5a58478..e50f826 100644 --- a/app/common/styles/layout/content.scss +++ b/app/common/styles/layout/content.scss @@ -44,6 +44,7 @@ $nav__seclvlWidth: 240px; } .subhead { + width: 100%; border-bottom: 1px solid $medgrey; padding-bottom: .5em; } |

