Skip to content

Commit

Permalink
Ensure css specifity
Browse files Browse the repository at this point in the history
  • Loading branch information
dpayk committed May 12, 2022
1 parent 7147a60 commit c6f0ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/js/bundles/dn_welcome/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

.ctAppRoot .welcomeWidget .vue-base,
.ctAppRoot .welcomeWidget .layout {
.ctAppRoot .ctWindow.welcomeWidget .vue-base,
.ctAppRoot .ctWindow.welcomeWidget .layout {
height: 100%;
}

0 comments on commit c6f0ff8

Please sign in to comment.