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;
|
||||
}
|
||||
|
||||
.mx_AppTile_non_native {
|
||||
border-color: #f5d24d;
|
||||
}
|
||||
|
||||
.mx_AppTileFullWidth {
|
||||
max-width: 960px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue