[AUTH-489] Fix error overlap username (#11)

* fix error overlap username

* Update build.properties
This commit is contained in:
Eugenio Romano
2020-07-02 11:14:10 +01:00
committed by GitHub
parent 9c3dad8abd
commit a04329d45e
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
THEME_VERSION=0.3
THEME_VERSION=0.3.1

View File

@@ -117,7 +117,7 @@ body {
}
.message-text {
width: 322px;
height: 60px;
height: 22px;
opacity: 0.87;
font-family: Muli;
font-size: 14px;
@@ -130,7 +130,7 @@ body {
color: #b8082a;
border: 0px;
position: relative;
top: 210px;
top: 180px;
left: 64px;
display: inline-flex;
align-items: center;