We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ba2ffe + 1121c1a commit 4e330bfCopy full SHA for 4e330bf
7 files changed
demo/v2-demo/style/style.css
@@ -504,7 +504,6 @@ a:hover, a:visited, a:link, a:active
504
top: -2px;
505
padding-right: 3px;
506
right: 2px;
507
- object-fit: scale-down;
508
}
509
510
.textAreaControl.regular img {
dist/powerbi-client.d.ts
@@ -1,4 +1,4 @@
1
-/*! powerbi-client v2.7.3 | (c) 2016 Microsoft Corporation MIT */
+/*! powerbi-client v2.7.4 | (c) 2016 Microsoft Corporation MIT */
2
declare module "util" {
3
import { HttpPostMessage } from 'http-post-message';
4
/**
@@ -414,7 +414,7 @@ declare module "embed" {
414
*/
415
setComponentTitle(title: string): void;
416
417
- * Sets elements's tabindex attribute
+ * Sets element's tabindex attribute
418
419
setComponentTabIndex(tabIndex?: number): void;
420
dist/powerbi.js
0 commit comments