Commit 08867dea by Nilu

**UX** - in narrower viewports, # of total minutes is misplaced…

**UX** - in narrower viewports, # of total minutes is misplaced [screenshot](https://trello-attachments.s3.amazonaws.com/59cb397fa144ee02de78c4ba/58ee9365f284c485e29f32be/78bbdc30dcc782d36ed15976269caa98/Screen_Shot_2017-11-27_at_4.18.09_PM.png)
parent a85473f2
...@@ -201,7 +201,7 @@ ...@@ -201,7 +201,7 @@
if(!(isSelectionComplete && isCultureComplete && isAssesmentComplete)) if(!(isSelectionComplete && isCultureComplete && isAssesmentComplete))
{ {
%> %>
Total time to complete: Approximately <oneit:toString value="<%= jobApplication.getRemainingTime() %>" mode="EscapeHTML"/> minutes Total time to complete: Approximately <%= jobApplication.getRemainingTime() %> minutes
<% <%
} }
%> %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment