$340 in bounties won

Align language / time section so they are all aligned to the bottom like the ones on the right

  • #117 coderbounty
  • Status: in review
  • Views: 255

Total Bounty: $10

Primary Language:

HTML

Bounties

mareiska 03/28/2016 $10

Takers

lkd 10/05/2016
vqm 09/29/2016

![image](https://cloud.githubusercontent.com/assets/7475382/11455305/bb8f257e-9625-11e5-8e72-61d60aae7e26.png) .

8 comments
seanauriti

related to #143

  • Feb. 24, 2016
  • March 28, 2016
seanauriti

Address this in new design. Remove bounty...

  • July 21, 2016
lkd70

Just took a look at this, new to the site so thought I'd see what's what... It occurs to me no matter how you do it with this current fixed format you'll always get overlapping or missing content (overflowing a div...) I tried to play with the CSS a little, solutions I came up with (as simple as possible) 1. Move code language logo to side-info div: https://vgy.me/dnLxil.png 2. Edit posted class CSS: ``` position: absolute; bottom: 0; ``` (also, replaced the space in between posted and views UL's to a break, as I feel these elements don't look right together, as if the posted or views is too long it causes wrapping.) https://vgy.me/pofHWf.png Not really a solution, here's an example of the wrapping issue caused: https://vgy.me/aSSBpd.png I targeted it by adding a class to the p elements with this css: ``` overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; line-height: 100%; word-break: break-word; ``` This also fixes the use of ReallyLongWordsOrURLsThatWillNotWrapAround due to the use of word-break. Example: https://vgy.me/F3GnlC.png

  • Oct. 5, 2016
seanauriti

Looks good, thank you! Feel free to submit a pull request and I'll merge it.

  • Oct. 5, 2016
seanauriti

still getting some overflow here: ![image](https://cloud.githubusercontent.com/assets/7475382/19128382/1dafe938-8b11-11e6-92d1-493f2c77a7a6.png)

  • Oct. 5, 2016
seanauriti

also would be good if the title "#109 | coderbounty" could be on one line.

  • Oct. 5, 2016
lkd70

I've addressed this issue in another issue post at #213

  • Oct. 5, 2016

October top 10

shashisp $80
rafael $40
hazzarux $20
atuljain $20
Lindar90 $20
LayZee $20
ordersys $20
pmourelle $20
stevenc99 $20
abelradac $20

Solutions

lkd
open pay
#17