Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Bug fix of width path for web dashboard. #292

Merged
merged 1 commit into from
Mar 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bug fix of width path for web dashboard.
  • Loading branch information
demetrodon committed Nov 29, 2015
commit 749dfd263d8f3d4e82a8f4d7ccf738e5a8fe59af
2 changes: 1 addition & 1 deletion assets/client/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
color:white;
}
.path {
width: 300px;
width: 100%;
}
.wrapped {
word-wrap: break-word;
Expand Down