Skip to content

Commit

Permalink
🐞 pop up election-id to long (#334)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#210
  • Loading branch information
Findeton committed Sep 4, 2023
1 parent 275f653 commit d17ec74
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
7 changes: 4 additions & 3 deletions avUi/common-header-directive/common-header-directive.less
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}

.bottom-absolute {
max-width: 700px;
max-width: 600px;
position: absolute;
bottom: 0;
left: 50%;
Expand All @@ -226,7 +226,7 @@
}

.ballot-hash {
max-width: 700px;
max-width: 600px;
margin-right: auto;
margin-left: auto;
.hash-box {
Expand All @@ -245,7 +245,7 @@
overflow-wrap: anywhere;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
//white-space: nowrap;
}

.fa-check {
Expand All @@ -254,6 +254,7 @@

.fa-question-circle {
color: @av-secondary;
transform: unset;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}

.bottom-absolute {
max-width: 700px;
max-width: 600px;
position: absolute;
bottom: 0;
left: 50%;
Expand All @@ -226,7 +226,7 @@
}

.ballot-hash {
max-width: 700px;
max-width: 600px;
margin-right: auto;
margin-left: auto;
.hash-box {
Expand All @@ -245,7 +245,7 @@
overflow-wrap: anywhere;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
//white-space: nowrap;
}

.fa-check {
Expand All @@ -254,6 +254,7 @@

.fa-question-circle {
color: @av-secondary;
transform: unset;
}
}

Expand Down
2 changes: 1 addition & 1 deletion dist/themes/default/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/podemos/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/test/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themes/v2/app.min.css

Large diffs are not rendered by default.

0 comments on commit d17ec74

Please sign in to comment.