Serenity: Less/css not working with .Net Core serenity

Created on 28 Mar 2020  路  2Comments  路  Source: serenity-is/Serenity

Hi;
I am trying to align the caption of xDialog but it not working. For example, i have made the following
less

 .s-Master-zProvincesDialog {
 > .size {
    width: 650px;
  }

.caption {
    width: 200px !important;
    text-align: left !important;
}

.editor {
    text-align: left;
       }
 }

Am I missing anything?

Most helpful comment

does it transpile?
can u see it in final CSS ?

All 2 comments

does it transpile?
can u see it in final CSS ?

Found the issue. The problem was with naming of the dialog. When there is the small "z" like zProvincesDialog it is not working but when I changed to capital "Z" like ZProvincesDialog or remove Z it works. I don't know the reason. I could be a validation by serenity or some other issues.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahsansolution picture ahsansolution  路  3Comments

john20xdoe picture john20xdoe  路  3Comments

stepankurdylo picture stepankurdylo  路  3Comments

ga5tan picture ga5tan  路  3Comments

kilroyFR picture kilroyFR  路  3Comments