Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phani, Bindu | BAH-3117 | Ability to add, display and update Notes section in OT Scheduling #647

Merged
merged 18 commits into from
Jul 24, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix css for day view.
  • Loading branch information
Phanindra-tw committed Jul 6, 2023
commit 11e87594c20d98b8eee27638093fca03aed87399
4 changes: 2 additions & 2 deletions ui/app/styles/ot/_otCalendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
padding-top: 5px;
}
.notesTab{
top: 36px;
top: 40px;
left: 80px;
width: 94%;
width: calc(99% - 90px);
height: 30px;
position: absolute;
color: #161616;
Expand Down