mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 00:56:41 +10:00
Merge branch 'event-last-push-styling-fix' into 'master'
event-last-push styling fix When viewing a fresh install of GitLab on a mobile device after a branch with a name of sufficient length, the broken styling can be seen as follows:  I modified the css for .event-last-push and .event-last-push-text to make it look correct:  As this is a purely css change, I don't believe it will break any tests. The only occurrence of .event-last-push* is in ./app/views/events/_event_last_push.html.haml See merge request !279
This commit is contained in:
@@ -145,8 +145,12 @@
|
||||
* Last push widget
|
||||
*/
|
||||
.event-last-push {
|
||||
overflow: auto;
|
||||
.event-last-push-text {
|
||||
@include str-truncated(75%);
|
||||
@include str-truncated(100%);
|
||||
float:left;
|
||||
margin-right: -150px;
|
||||
padding-right: 150px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user