Skip to content

Commit

Permalink
fix(popover): correct tip delivery size (#4018)
Browse files Browse the repository at this point in the history
* fix(popover): correct tip delivery size

* ci: update golden images cache
  • Loading branch information
Westbrook Johnson authored Feb 7, 2024
1 parent b49862f commit 4ff403e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
parameters:
current_golden_images_hash:
type: string
default: 8db475da1be22d52a739b89fe6ec3317d7a51f25
default: f0b23861090807cce5d78a70ed43391f367dc3dc
wireit_cache_name:
type: string
default: wireit
Expand Down
11 changes: 2 additions & 9 deletions packages/popover/src/popover.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ governing permissions and limitations under the License.
@import url('./spectrum-popover.css');

:host {
--sp-popover-tip-size: 24px;

min-width: min-content;
max-height: 100%;
max-width: 100%;
Expand All @@ -36,14 +34,9 @@ governing permissions and limitations under the License.
right: auto;
}

.block {
width: 100%;
height: 50%;
display: block;
}

.block,
.inline {
width: 50%;
width: 100%;
height: 100%;
display: block;
}
Expand Down

0 comments on commit 4ff403e

Please sign in to comment.