Add class to identify non-scalar widget instances

pull/5573/head
Richard Lewis 2017-10-20 09:46:45 +01:00
parent 65f0bd04f2
commit 528a856d54
1 changed files with 4 additions and 0 deletions

View File

@ -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%;