Skip to content

Commit

Permalink
Merge pull request #785 from sparc-request/wth-epic-emr-table-fix
Browse files Browse the repository at this point in the history
wth - fix table layout when showing epic emr access
  • Loading branch information
jleonardw9 committed Dec 5, 2016
2 parents 4963a83 + 099f5aa commit f63aabf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/associated_users_table.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#associated-users-table {
table-layout: fixed;
word-wrap: break-word;
}
1 change: 1 addition & 0 deletions app/views/service_requests/protocol.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
-# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
= javascript_include_tag 'protocol'
= stylesheet_link_tag 'associated_users_table'

= render '/service_requests/navigation/steps', service_request: @service_request, step: @step_text, css_class: @css_class
= render 'service_requests/modals/request_submitted_modal', service_request: @service_request
Expand Down

0 comments on commit f63aabf

Please sign in to comment.