Skip to content

Commit

Permalink
add back stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Nov 14, 2019
1 parent e2e9015 commit 540c00b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/legacy/ui/public/share/_index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import './share_context_menu';
8 changes: 8 additions & 0 deletions src/legacy/ui/public/share/_share_context_menu.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.kbnShareContextMenu__finalPanel {
padding: $euiSize;
}

.kbnShareContextMenu__copyAnchor,
.kbnShareContextMenu__copyButton {
width: 100%;

This comment has been minimized.

Copy link
@cchaos

cchaos Nov 14, 2019

Contributor

@flash1293 This style isn't actually working as it seems it should. We can get rid of these selectors entirely by changing the classes to eui-displayBlock and adding fullWidth to the buttons contained within. Like so:

image

}

0 comments on commit 540c00b

Please sign in to comment.