Commit 0072c55
committed
Ensure the version history can fit the widest date format
The version history dropbox is generally the right size. There are some cases, however, where the data wraps to a new line, which makes the versions harder to read, and looks unprofessional. E.g., `2020-12-31 12:00:00 AM`. This is especially an issue because a recent update to the database allows compressing all versions between a range; in that case, they will default to `12:00:00 AM`—and, if done for the entire year, `12-31` of that year. That almost always forces the wrapping.
This fixes that issue, while also cleaning up the styles a bit, as there were some unnecessary styles declared inline in the `_Toolbar.cshtml` template.1 parent 780e7ed commit 0072c55
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- OnTopic.Editor.AspNetCore
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments