1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00
keeweb/app/styles
Coises 2e54d30b9d Adjust some overflow behavior in the details panel
Adding max-width, white-space, overflow and text-overflow to "a" children
of .details_field-value elements corrects an anomaly with long Website
values. Previously they displayed wider than other values, and the space
in which one could click to edit the field without triggering the link
was very thin. This establishes what was presumably the intended behavior.

Removing white-space from .details__attachment-preview-download-text
allows the text to wrap when the details pane is too narrow to show it all
on one line.

Replacing margin-right with max-width in .details__history fixes
issue #945 and makes fields in the history wrap as they do
in the ordinary details pane.

Adding flex to .details_history-top prevents the history details from
overlapping the navigation controls when the window height is too small
to show everything without scrolling.

Adding padding-right and margin-right to .details__history-top and
.details__history-buttons keeps those elements from overlapping
the scroll bar and aligns their right edges with the right edges
of the widest .details_field-value elements.
2018-09-03 14:13:42 -07:00
..
areas Adjust some overflow behavior in the details panel 2018-09-03 14:13:42 -07:00
base added SF Mono font 2018-02-22 19:57:18 +01:00
common fix #672: calendar colors 2017-12-23 21:04:54 +01:00
themes Merge branch 'etienne-martin-master' into develop 2017-01-28 23:25:09 +01:00
utils fixed dropdowns in Edge 2017-05-27 00:15:00 +02:00
main.scss Replace the bower dependencies with NPM dependencies 2018-06-21 15:11:03 +10:00