Logo
Explore Help
Sign In
darkhelm/notifications-admin
1
0
Fork 0
You've already forked notifications-admin
mirror of https://github.com/GSA/notifications-admin.git synced 2026-09-04 12:48:24 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
c2a691e6d954b8779be87a6588e646bbc463c19c
notifications-admin/app/assets/stylesheets/views/send.scss

14 lines
161 B
SCSS
Raw Normal View History

Fix spacing on upload link when not inside sticky We adjust the spacing under the textbox when doing the send one off flow. This was based on the assumption that there would always be a sticky header in the send one off flow. This assumption is no longer true, so this commit implements the same spacing in an independent way.
2018-12-07 11:41:11 +00:00
.send-one-off-form {
.form-group {
margin-bottom: 20px;
}
}
Stop recipient address wrapping to multiple lines Stops the sticky footer getting too tall. Added a title attribute so people can hover and see the whole thing if they really need to.
2019-11-27 11:24:50 +00:00
.send-recipient {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 1263ms Template: 73ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API