Add class to identify non-scalar widget instances
This commit is contained in:
parent
65f0bd04f2
commit
528a856d54
|
@ -58,6 +58,10 @@ limitations under the License.
|
||||||
// display: inline-block;
|
// display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_AppTile_non_native {
|
||||||
|
border-color: #f5d24d;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_AppTileFullWidth {
|
.mx_AppTileFullWidth {
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue